mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-314: Update extension API version sanity check to include the correct, recently-bumped version number.
This commit is contained in:
@@ -59,7 +59,7 @@ public class ExtensionModule extends ServletModule {
|
||||
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||
Collections.unmodifiableList(Arrays.asList(
|
||||
"*",
|
||||
"0.9.12-incubating"
|
||||
"0.9.13-incubating"
|
||||
));
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user