Released 1.0.3

This commit is contained in:
Ev Kontsevoy 2016-08-04 17:01:50 -07:00
parent 82da884d8e
commit 222c7ea6db
2 changed files with 2 additions and 2 deletions

View file

@ -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.1-beta.1
VERSION=1.0.3
# These are standard autotools variables, don't change them please
BUILDDIR ?= build

View file

@ -2,7 +2,7 @@
package teleport
const (
Version = "1.0.1-beta.1"
Version = "1.0.3"
)
var Gitref string