Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kontsevoy committed Sep 14, 2016
1 parent 637bd79 commit b1fd7ae
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 @@ -6,7 +6,7 @@
# - run `make release` to create and push the new git tag

# To bump the version, edit this variable and run `make version`
export VERSION=0.3.0
export VERSION=0.3.1
OUT=out/teleconsole
GOSRC=$(shell find -name "*.go" -print)

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package version

const (
Version = "0.3.0"
Version = "0.3.1"
)

var Gitref, BuildDate string

0 comments on commit b1fd7ae

Please sign in to comment.