Skip to content

Commit

Permalink
Release v7.3.16-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstimothy committed Apr 8, 2022
1 parent d7a598d commit 325efc0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 = "7.3.16-dev.3"
Version = "7.3.16-dev.4"
)

// Gitref variable is automatically set to the output of git-describe
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/teleport-cluster/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: teleport-cluster
apiVersion: v2
version: "7.3.16-dev.3"
appVersion: "7.3.16-dev.3"
version: "7.3.16-dev.4"
appVersion: "7.3.16-dev.4"
description: Teleport is a unified access plane for your infrastructure
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
keywords:
Expand Down
4 changes: 2 additions & 2 deletions examples/chart/teleport-kube-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: teleport-kube-agent
apiVersion: v2
version: "7.3.16-dev.3"
appVersion: "7.3.16-dev.3"
version: "7.3.16-dev.4"
appVersion: "7.3.16-dev.4"
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:
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 = "7.3.16-dev.3"
Version = "7.3.16-dev.4"
)

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

0 comments on commit 325efc0

Please sign in to comment.