From 195ea285e297f0a3951598ebf878f1223c9fbf2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Thu, 4 Aug 2022 19:16:22 +0200 Subject: [PATCH] New minor 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 d8f4d579d..9a3026b28 100644 --- a/README.md +++ b/README.md @@ -1133,7 +1133,7 @@ Other resources General information ------------------- -* Version: 1.13.0 +* Version: 1.14.0 * License: BSD-3 * Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/algernon.1 b/algernon.1 index 75a388cb0..bff8bd21c 100644 --- a/algernon.1 +++ b/algernon.1 @@ -1,6 +1,6 @@ .\" -*-Nroff-*- .\" -.TH "algernon" 1 "09 May 2022" "" "" +.TH "algernon" 1 "04 Aug 2022" "" "" .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.13.0 +1.14.0 .SH AUTHOR .B algernon was written by Alexander F. Rødseth diff --git a/main.go b/main.go index 79b3b0b14..e8ef135e2 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) const ( - versionString = "Algernon 1.13.0" + versionString = "Algernon 1.14.0" description = "Web Server" ) diff --git a/version.sh b/version.sh index dd6157b8b..f703c8b4f 100755 --- a/version.sh +++ b/version.sh @@ -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"