From 34c49cecceb09427d9a806017b039889c994d402 Mon Sep 17 00:00:00 2001 From: Tyron Date: Wed, 5 Apr 2017 12:13:10 -0400 Subject: [PATCH] update to newest version update to version 0.9.12 --- guac-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guac-install.sh b/guac-install.sh index 3138fc4..87d020e 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="0.9.11" +VERSION="0.9.12" # Grab a password for MySQL Root read -s -p "Enter the password that will be used for MySQL Root: " mysqlrootpassword