Bump version to 1.25

End-user functionality has changed warranting a version bump when these
changes are released.
This commit is contained in:
T. Joseph Carter
2015-10-04 08:00:24 -07:00
parent 0afbc6dba1
commit 616a384815
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
# to download and execute, type:
# wget appleii.ivanx.com/a2server/setup; source setup
a2serverVersion="124"
a2serverVersion="125"
# Ensure URL we'll use ends in a /
case "$A2SERVER_SCRIPT_URL" in
+1 -1
View File
@@ -1,6 +1,6 @@
#! /bin/bash
currentVersion=124
currentVersion=125
if [[ -f /usr/local/etc/A2SERVER-version ]]; then
installedVersion=$(cat /usr/local/etc/A2SERVER-version)