From 0aaf23375967cc810d329c3c9de4f562af11ff6b Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 15 Dec 2015 13:02:13 -0800 Subject: [PATCH] GUAC-1392: Update Guacamole.API_VERSION. --- guacamole-common-js/src/main/webapp/modules/Version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Version.js b/guacamole-common-js/src/main/webapp/modules/Version.js index 423a55287..2d7f21c40 100644 --- a/guacamole-common-js/src/main/webapp/modules/Version.js +++ b/guacamole-common-js/src/main/webapp/modules/Version.js @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013 Glyptodon LLC + * Copyright (C) 2015 Glyptodon LLC * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -30,4 +30,4 @@ var Guacamole = Guacamole || {}; * * @type {String} */ -Guacamole.API_VERSION = "0.9.5"; +Guacamole.API_VERSION = "0.9.9";