Skip to content

Commit

Permalink
0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekalinin committed May 4, 2016
1 parent 11617ae commit 59eaba2
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 @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

var (
version = "0.5.0"
version = "0.6.0"
user_agent = fmt.Sprint("github-markdown-toc.go v", version)
)

Expand Down

0 comments on commit 59eaba2

Please sign in to comment.