Skip to content

Commit 27fe40d

Browse files
committed
New release
1 parent 5938b0b commit 27fe40d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ And then just run it with `algernon server.lua`.
13841384
General 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

algernon.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.\" -*-Nroff-*-
22
.\"
3-
.TH "algernon" 1 "05 Aug 2025" "" ""
3+
.TH "algernon" 1 "13 Nov 2025" "" ""
44
.SH NAME
55
algernon \- 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
142142
was written by Alexander F. Rødseth <xyproto@archlinux.org>

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.4"
12+
versionString = "Algernon 1.17.5"
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.4'}
9+
VERSION=${1:-'1.17.5'}
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)