From 0eed915d2884aceb3035886b296120236c4b8ef2 Mon Sep 17 00:00:00 2001 From: Mike Jumper Date: Tue, 10 Jan 2023 16:40:52 -0800 Subject: [PATCH] GUACAMOLE-1604: Bump Guacamole.API_VERSION to 1.5.0. --- 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 fd01fcba7..a08df6fa7 100644 --- a/guacamole-common-js/src/main/webapp/modules/Version.js +++ b/guacamole-common-js/src/main/webapp/modules/Version.js @@ -27,4 +27,4 @@ var Guacamole = Guacamole || {}; * * @type {!string} */ -Guacamole.API_VERSION = "1.4.0"; +Guacamole.API_VERSION = "1.5.0";