diff --git a/README.md b/README.md index 59847bf0..cd562ab3 100644 --- a/README.md +++ b/README.md @@ -500,6 +500,6 @@ Installing a symlink for launching `ko` with a light theme: ## General info -* Version: 2.53.0 +* Version: 2.54.0 * License: 3-clause BSD * Author: Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/o.1 b/o.1 index 60dd61a8..35f211c3 100644 --- a/o.1 +++ b/o.1 @@ -1,6 +1,6 @@ .\" -*-Nroff-*- .\" -.TH "o" 1 "27 Jun 2022" "o" "User Commands" +.TH "o" 1 "16 Jul 2022" "o" "User Commands" .SH NAME o \- an editor .SH SYNOPSIS @@ -167,7 +167,7 @@ Middle-click pasting (instead of pasting with \fBctrl-v\fP) may have issues with .sp The smart indentation is not always smart. .SH VERSION -2.53.0 +2.54.0 .SH AUTHOR .B o was written by Alexander F. Rødseth diff --git a/v2/main.go b/v2/main.go index f1cf8030..6ff0cae8 100644 --- a/v2/main.go +++ b/v2/main.go @@ -19,7 +19,7 @@ import ( ) const ( - versionString = "o 2.53.0" + versionString = "o 2.54.0" ) func main() { diff --git a/version.sh b/version.sh index 00e5a3e0..be647b54 100755 --- a/version.sh +++ b/version.sh @@ -4,7 +4,7 @@ # # The current version goes here, as the default value -VERSION=${1:-'2.53.0'} +VERSION=${1:-'2.54.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"