Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
Wait, where did 0.12.0 go?
  • Loading branch information
gsamokovarov committed Apr 13, 2017
1 parent 15efb8b commit 43d8971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ HOMEPAGE = https://github.com/gsamokovarov/jump
AUTHOR = "Genadi Samokovarov"
LICENSE = MIT

VERSION = 0.11.0
VERSION = 0.13.0

build:
@go build -o jump
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"github.com/gsamokovarov/jump/config"
)

const version = "0.11.0"
const version = "0.13.0"

func versionCmd(cli.Args, config.Config) {
cli.Outf("%s\n", version)
Expand Down
2 changes: 1 addition & 1 deletion cmd/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ func Example_versionCmd() {
versionCmd(cli.Args{}, nil)

// Output:
// 0.11.0
// 0.13.0
}

0 comments on commit 43d8971

Please sign in to comment.