Skip to content

Commit

Permalink
Update tags for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbattirola committed Apr 11, 2022
1 parent d74016e commit 9752779
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Stable releases: "1.0.0"
# Pre-releases: "1.0.0-alpha.1", "1.0.0-beta.2", "1.0.0-rc.3"
# Master/dev branch: "1.0.0-dev"
VERSION=10.0.0-dev
VERSION=10.0.0-dev.mcbattirola-2

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

const (
Version = "10.0.0-dev"
Version = "10.0.0-dev.mcbattirola-2"
)

// Gitref variable is automatically set to the output of git-describe
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 = "10.0.0-dev"
Version = "10.0.0-dev.mcbattirola-2"
)

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

0 comments on commit 9752779

Please sign in to comment.