Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gsamokovarov committed Feb 5, 2016
1 parent f124fa4 commit d9f1f1b
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.6.0
VERSION = 0.6.1

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.6.0"
const version = "0.6.1"

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

0 comments on commit d9f1f1b

Please sign in to comment.