Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Oct 16, 2023
1 parent 21f1a2d commit 7995f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions algernon.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*-Nroff-*-
.\"
.TH "algernon" 1 "10 Aug 2023" "" ""
.TH "algernon" 1 "16 Oct 2023" "" ""
.SH NAME
algernon \- web server
.sp
Expand Down Expand Up @@ -137,7 +137,7 @@ or database connections:
.SH BUGS
This man page is a work in progress.
.SH VERSION
1.15.3
1.15.4
.SH AUTHOR
.B algernon
was written by Alexander F. Rødseth <xyproto@archlinux.org>
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

const (
versionString = "Algernon 1.15.3"
versionString = "Algernon 1.15.4"
description = "Web Server"
)

Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#

# The current version goes here, as the default value
VERSION=${1:-'1.15.3'}
VERSION=${1:-'1.15.4'}

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

0 comments on commit 7995f13

Please sign in to comment.