From 59eaba2c42ce97683fe9ba6e8213067e5403b8ad Mon Sep 17 00:00:00 2001 From: Eugene Kalinin Date: Wed, 4 May 2016 12:45:36 +0300 Subject: [PATCH] 0.6.0 --- Makefile | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 20184ba..0b257fd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ EXEC=gh-md-toc BUILD_DIR=build BUILD_OS="windows darwin freebsd linux" BUILD_ARCH="amd64 386" -GOVER=1.5.3 +GOVER=1.6.2 ENVNAME=github-toc${GOVER} env-init: diff --git a/main.go b/main.go index 6545fda..c66ff77 100644 --- a/main.go +++ b/main.go @@ -17,7 +17,7 @@ import ( ) var ( - version = "0.5.0" + version = "0.6.0" user_agent = fmt.Sprint("github-markdown-toc.go v", version) )