Skip to content

Commit a9018ea

Browse files
committed
New release
1 parent b35288b commit a9018ea

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
versionString = "Algernon 1.17.9"
12+
versionString = "Algernon 1.17.10"
1313
description = "Web Server"
1414
)
1515

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77

88
# The current version goes here, as the default value
9-
VERSION=${1:-'1.17.9'}
9+
VERSION=${1:-'1.17.10'}
1010

1111
if [ -z "$1" ]; then
1212
echo "The current version is $VERSION, pass the new version as the first argument if you wish to change it"

0 commit comments

Comments
 (0)