From 89aa7831f1448dc2bd6d16cb6533c8068e182226 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 27 Sep 2015 01:40:58 +0200 Subject: [PATCH] v0.5.0 --- src/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.go b/src/main.go index e50317f..5875ad7 100644 --- a/src/main.go +++ b/src/main.go @@ -31,7 +31,7 @@ import ( //Note: This line is parsed by the Makefile to get the version string. If you //change the format, adjust the Makefile too. -var version = "v0.4" +var version = "v0.5" func main() { //a command word must be given as first argument