Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Jan 27, 2016
1 parent e801547 commit a56b690
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.5.1
VERSION = 0.6.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.5.1"
const version = "0.6.0"

func versionCmd(cli.Args, *config.Config) {
cli.Errf("%s\n", version)
Expand Down

0 comments on commit a56b690

Please sign in to comment.