1 parent b35288b commit a9018eaCopy full SHA for a9018ea
2 files changed
main.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
const (
12
- versionString = "Algernon 1.17.9"
+ versionString = "Algernon 1.17.10"
13
description = "Web Server"
14
15
version.sh
@@ -6,7 +6,7 @@
6
#
7
8
# The current version goes here, as the default value
-VERSION=${1:-'1.17.9'}
+VERSION=${1:-'1.17.10'}
if [ -z "$1" ]; then
echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"
0 commit comments