Skip to content

Commit

Permalink
New minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Aug 4, 2022
1 parent ed68da7 commit 195ea28
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 @@ -1133,7 +1133,7 @@ Other resources
General information
-------------------
* Version: 1.13.0
* Version: 1.14.0
* 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 "09 May 2022" "" ""
.TH "algernon" 1 "04 Aug 2022" "" ""
.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.13.0
1.14.0
.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.13.0"
versionString = "Algernon 1.14.0"
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.13.0'}
VERSION=${1:-'1.14.0'}

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 195ea28

Please sign in to comment.