GUACAMOLE-570: Merge bump version to 1.0.0.

This commit is contained in:
Nick Couchman
2018-06-07 04:27:27 -04:00
34 changed files with 58 additions and 58 deletions

View File

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