From d9f1f1b4d4a4c4f9182e9033c76f7043d93f4f02 Mon Sep 17 00:00:00 2001 From: Genadi Samokovarov Date: Fri, 5 Feb 2016 15:29:37 +0100 Subject: [PATCH] Release 0.6.1 --- Makefile | 2 +- cmd/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ce423a4..9adc4d5 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/cmd/version.go b/cmd/version.go index c4bf90f..2ef69f0 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -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)