Skip to content

Commit

Permalink
New patch release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Dec 6, 2023
1 parent ac5ac8f commit bb6ed66
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 @@ -1151,7 +1151,7 @@ Other resources
General information
-------------------
* Version: 1.15.3
* Version: 1.15.5
* License: BSD-3
* Alexander F. Rødseth <xyproto@archlinux.org>
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 "16 Oct 2023" "" ""
.TH "algernon" 1 "06 Dec 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.4
1.15.5
.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.4"
versionString = "Algernon 1.15.5"
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.4'}
VERSION=${1:-'1.15.5'}

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 bb6ed66

Please sign in to comment.