File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1384,7 +1384,7 @@ And then just run it with `algernon server.lua`.
13841384General information
13851385-------------------
13861386
1387- * Version: 1.17.4
1387+ * Version: 1.17.5
13881388* License: BSD-3
13891389* Alexander F. Rødseth < ; xyproto@archlinux.org > ;
13901390
Original file line number Diff line number Diff line change 11.\" -*-Nroff-*-
22.\"
3- .TH "algernon" 1 "05 Aug 2025" "" ""
3+ .TH "algernon" 1 "13 Nov 2025" "" ""
44.SH NAME
55algernon \- web server
66.sp
@@ -136,7 +136,7 @@ or database connections:
136136.BR caddy (1)
137137.BR nginx (1)
138138.SH VERSION
139- 1.17.4
139+ 1.17.5
140140.SH AUTHOR
141141.B algernon
142142was written by Alexander F. Rødseth <xyproto@archlinux.org>
Original file line number Diff line number Diff line change 99)
1010
1111const (
12- versionString = "Algernon 1.17.4 "
12+ versionString = "Algernon 1.17.5 "
1313 description = "Web Server"
1414)
1515
Original file line number Diff line number Diff line change 66#
77
88# The current version goes here, as the default value
9- VERSION=${1:- ' 1.17.4 ' }
9+ VERSION=${1:- ' 1.17.5 ' }
1010
1111if [ -z " $1 " ]; then
1212 echo " The current version is $VERSION , pass the new version as the first argument if you wish to change it"
You can’t perform that action at this time.
0 commit comments