mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +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 =
|
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
|
||||||
Collections.unmodifiableList(Arrays.asList(
|
Collections.unmodifiableList(Arrays.asList(
|
||||||
"*",
|
"*",
|
||||||
"0.9.12-incubating"
|
"0.9.13-incubating"
|
||||||
));
|
));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user