From 5ee2cb6da13b277ebfc5a8dff731f0b8476a0ab4 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sun, 15 Feb 2015 21:11:51 -0800 Subject: [PATCH] GUAC-1018: Bump version in Version.js of guacamole-common-js (incorrect since 0.9.4). --- guacamole-common-js/src/main/webapp/modules/Version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Version.js b/guacamole-common-js/src/main/webapp/modules/Version.js index 96c1b7f7b..fe0e9139a 100644 --- a/guacamole-common-js/src/main/webapp/modules/Version.js +++ b/guacamole-common-js/src/main/webapp/modules/Version.js @@ -30,4 +30,4 @@ var Guacamole = Guacamole || {}; * * @type String */ -Guacamole.API_VERSION = "0.9.3"; +Guacamole.API_VERSION = "0.9.5";