Skip to content

Commit

Permalink
New minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
xyproto committed Sep 6, 2022
1 parent 939561f commit 5ba281a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,6 @@ Installing a symlink for launching `ko` with a light theme:

## General info

* Version: 2.55.1
* Version: 2.56.0
* License: 3-clause BSD
* Author: Alexander F. Rødseth <[email protected]>
4 changes: 2 additions & 2 deletions o.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" -*-Nroff-*-
.\"
.TH "o" 1 "02 Aug 2022" "o" "User Commands"
.TH "o" 1 "06 Sep 2022" "o" "User Commands"
.SH NAME
o \- an editor
.SH SYNOPSIS
Expand Down Expand Up @@ -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.55.1
2.56.0
.SH AUTHOR
.B o
was written by Alexander F. Rødseth <[email protected]>
2 changes: 1 addition & 1 deletion v2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
versionString = "o 2.55.1"
versionString = "o 2.56.0"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# The current version goes here, as the default value
VERSION=${1:-'2.55.1'}
VERSION=${1:-'2.56.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"
Expand Down

0 comments on commit 5ba281a

Please sign in to comment.