From 778c1b6f033b21818610f0933cc0c8aa7e77704b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=2E=20R=C3=B8dseth?= Date: Fri, 8 Apr 2022 18:06:41 +0200 Subject: [PATCH] New minor release --- README.md | 2 +- o.1 | 4 ++-- v2/main.go | 2 +- version.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d1eef86e..d7cc564b 100644 --- a/README.md +++ b/README.md @@ -484,6 +484,6 @@ Installing a symlink for launching `ko` with a light theme: ## General info -* Version: 2.49.1 +* Version: 2.50.0 * License: 3-clause BSD * Author: Alexander F. Rødseth <xyproto@archlinux.org> diff --git a/o.1 b/o.1 index 663646cb..72eae151 100644 --- a/o.1 +++ b/o.1 @@ -1,6 +1,6 @@ .\" -*-Nroff-*- .\" -.TH "o" 1 "05 Apr 2022" "o" "User Commands" +.TH "o" 1 "08 Apr 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.49.1 +2.50.0 .SH AUTHOR .B o was written by Alexander F. Rødseth diff --git a/v2/main.go b/v2/main.go index 040eb8c4..641b29be 100644 --- a/v2/main.go +++ b/v2/main.go @@ -18,7 +18,7 @@ import ( ) const ( - versionString = "o 2.49.1" + versionString = "o 2.50.0" ) func main() { diff --git a/version.sh b/version.sh index 3d05574e..cc357581 100755 --- a/version.sh +++ b/version.sh @@ -4,7 +4,7 @@ # # The current version goes here, as the default value -VERSION=${1:-'2.49.1'} +VERSION=${1:-'2.50.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"