Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Jul 13, 2024
1 parent 290fee5 commit 131aa2d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ Other resources
General information
-------------------

* Version: 1.17.0
* Version: 1.17.1
* License: BSD-3
* Alexander F. Rødseth <[email protected]>

Expand Down
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 "26 Jun 2024" "" ""
.TH "algernon" 1 "13 Jul 2024" "" ""
.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.17.0
1.17.1
.SH AUTHOR
.B algernon
was written by Alexander F. Rødseth <[email protected]>
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.17.0"
versionString = "Algernon 1.17.1"
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.17.0'}
VERSION=${1:-'1.17.1'}

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 131aa2d

Please sign in to comment.