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

Commit

Permalink
Version bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kontsevoy committed Sep 5, 2016
1 parent 32aa931 commit 4646546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# To create a new release of Teleconsole:
# - make your changes
# - bump VERSION variable in this Makefile
# - run 'make version'
# - commit & push to git
# - run `make release` to create git tags

# To bump the version, edit this variable and run `make version`
export VERSION=0.1.0-beta
export VERSION=0.1.1-beta

OUT=out/teleconsole
GOSRC=$(shell find -name "*.go" -print)
Expand All @@ -27,7 +28,6 @@ dev: clean
sleep 3
out/teleconsole -s teleconsole.local:5000 -insecure


# Makes a new release (pushes tags to Github)
.PHONY:release
release: version
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* DO NOT EDIT THIS FILE. IT IS GENERATED BY 'make setver'*/
package version
const( Version = "0.1.0-beta"
const( Version = "0.1.1-beta"
)
var Gitref, BuildDate string

0 comments on commit 4646546

Please sign in to comment.