diff --git a/Makefile b/Makefile index eaf4667..32eed4c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TARGET := minssh -VERSION := v0.1.0 +VERSION := v0.2.0 GOX_OS := linux darwin windows GOX_ARCH := 386 amd64 DATE := $(shell date +%FT%T%z) diff --git a/version.go b/version.go index c9362a8..4e07f55 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package main // version string of the command -const Version string = "v0.1.0" +const Version string = "v0.2.0" var ( // git commit hash embedded by packaging script