Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Naming convention:
# for stable releases we use "1.0.0" format
# for pre-releases, we use "1.0.0-beta.2" format
VERSION=1.0.0
VERSION=1.0.1-beta.1

# These are standard autotools variables, don't change them please
BUILDDIR ?= build
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package teleport

const (
Version = "1.0.0"
Version = "1.0.1-beta.1"
)

var Gitref string
4 changes: 2 additions & 2 deletions version.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ func init() { Gitref = \"$(GITREF)\"} "
#
.PHONY:setver
setver:
@echo $(VERSION_GO) | gofmt > version.go
@echo $(GITREF_GO) | gofmt > gitref.go
@printf $(VERSION_GO) | gofmt > version.go
@printf $(GITREF_GO) | gofmt > gitref.go