Skip to content

Commit

Permalink
Release 4.4.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
webvictim authored Sep 30, 2020
1 parent 148d02a commit d77d53e
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 @@ -10,7 +10,7 @@
# Naming convention:
# for stable releases we use "1.0.0" format
# for pre-releases, we use "1.0.0-beta.2" format
VERSION=4.4.0-dev
VERSION=4.4.0-alpha.1

DOCKER_IMAGE ?= quay.io/gravitational/teleport
DOCKER_IMAGE_CI ?= quay.io/gravitational/teleport-ci
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package teleport

const (
Version = "4.4.0-dev"
Version = "4.4.0-alpha.1"
)

// Gitref variable is automatically set to the output of git-describe
Expand Down

0 comments on commit d77d53e

Please sign in to comment.