Bump version to v10-dev (#10510)

This commit is contained in:
Roman Tkachenko 2022-02-22 10:01:11 -08:00 committed by GitHub
parent fe5bfe44b1
commit 033debf7e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 deletions

View file

@ -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=9.0.0-dev
VERSION=10.0.0-dev
DOCKER_IMAGE ?= quay.io/gravitational/teleport
DOCKER_IMAGE_CI ?= quay.io/gravitational/teleport-ci

View file

@ -3,7 +3,7 @@
package api
const (
Version = "9.0.0-dev"
Version = "10.0.0-dev"
)
// Gitref variable is automatically set to the output of git-describe

View file

@ -1,7 +1,7 @@
name: teleport-cluster
apiVersion: v2
version: "9.0.0-dev"
appVersion: "9.0.0-dev"
version: "10.0.0-dev"
appVersion: "10.0.0-dev"
description: Teleport is a unified access plane for your infrastructure
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:

View file

@ -1,7 +1,7 @@
name: teleport-kube-agent
apiVersion: v2
version: "9.0.0-dev"
appVersion: "9.0.0-dev"
version: "10.0.0-dev"
appVersion: "10.0.0-dev"
description: Teleport provides a secure SSH and Kubernetes remote access solution that doesn't get in the way.
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:

View file

@ -3,7 +3,7 @@
package teleport
const (
Version = "9.0.0-dev"
Version = "10.0.0-dev"
)
// Gitref variable is automatically set to the output of git-describe