GUAC-1392: Update "guacamoleVersion" of all guac-manifest.json to "0.9.9". Update ExtensionModule to accept only "0.9.9" (or "*").

This commit is contained in:
Michael Jumper
2015-12-15 13:00:59 -08:00
parent 6a77c39c68
commit bef2139822
5 changed files with 5 additions and 5 deletions

View File

@@ -65,7 +65,7 @@ public class ExtensionModule extends ServletModule {
private static final List<String> ALLOWED_GUACAMOLE_VERSIONS =
Collections.unmodifiableList(Arrays.asList(
"*",
"0.9.8"
"0.9.9"
));
/**