Skip to content

Commit

Permalink
New minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Feb 22, 2024
1 parent 8940ff0 commit 41cc409
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,7 @@ Other resources
General information
-------------------

* Version: 1.15.5
* Version: 1.16.0
* 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 "06 Dec 2023" "" ""
.TH "algernon" 1 "22 Feb 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.15.5
1.16.0
.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.5"
versionString = "Algernon 1.16.0"
description = "Web Server"
)

Expand Down

0 comments on commit 41cc409

Please sign in to comment.