From 131aa2dbd8900dfe022576113572279ea31e9232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Sat, 13 Jul 2024 14:51:47 +0200 Subject: [PATCH] New patch release --- README.md | 2 +- algernon.1 | 4 ++-- main.go | 2 +- version.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 48a06680..0541633a 100644 --- a/README.md +++ b/README.md @@ -1328,7 +1328,7 @@ Other resources General information ------------------- -* Version: 1.17.0 +* Version: 1.17.1 * License: BSD-3 * Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/algernon.1 b/algernon.1 index f64af82a..6669d903 100644 --- a/algernon.1 +++ b/algernon.1 @@ -1,6 +1,6 @@ .\" -*-Nroff-*- .\" -.TH "algernon" 1 "26 Jun 2024" "" "" +.TH "algernon" 1 "13 Jul 2024" "" "" .SH NAME algernon \- web server .sp @@ -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 diff --git a/main.go b/main.go index a2a4d190..7e2722ed 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) const ( - versionString = "Algernon 1.17.0" + versionString = "Algernon 1.17.1" description = "Web Server" ) diff --git a/version.sh b/version.sh index 80989145..30e28205 100755 --- a/version.sh +++ b/version.sh @@ -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"