Skip to content
Snippets Groups Projects
Commit c77fe15f authored by Christophe de Vienne's avatar Christophe de Vienne
Browse files

Bump version: 1.0.0 → 1.0.1

parent 70589cb7
No related branches found
No related tags found
No related merge requests found
[bumpversion]
current_version = 1.0.0
current_version = 1.0.1
commit = True
tag = False
[bumpversion:file:main.go]
......@@ -3,5 +3,6 @@
commit = True
tag = False
[bumpversion:file:main.go]
[bumpversion:file:Makefile]
......@@ -7,1 +8,2 @@
[bumpversion:file:Makefile]
......@@ -2,7 +2,7 @@
LDFLAGS = -w -extldflags "-static"
GOBUILD = CGO_ENABLED=0 go build -ldflags '$(LDFLAGS)'
GOINSTALL = CGO_ENABLED=0 go install -ldflags '$(LDFLAGS)'
VERSION = 1.0.0
VERSION = 1.0.1
FULL_VERSION = $(VERSION)-$(shell hg id --id)
.PHONY: doc
......
......@@ -13,7 +13,7 @@
)
// Version of xbus-stdlib
const Version = "1.0.0"
const Version = "1.0.1"
func init() {
cobra.OnInitialize(initConfig)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment