diff --git a/access/email/Makefile b/access/email/Makefile index ed41bd51c..2994f0e80 100644 --- a/access/email/Makefile +++ b/access/email/Makefile @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-email diff --git a/access/email/version.go b/access/email/version.go index 50ee6da50..889818b13 100644 --- a/access/email/version.go +++ b/access/email/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.0.7" + Version = "8.1.0" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/jira/Makefile b/access/jira/Makefile index 00b78c8f2..de001a3b0 100644 --- a/access/jira/Makefile +++ b/access/jira/Makefile @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-jira diff --git a/access/jira/version.go b/access/jira/version.go index 50ee6da50..889818b13 100644 --- a/access/jira/version.go +++ b/access/jira/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.0.7" + Version = "8.1.0" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/mattermost/Makefile b/access/mattermost/Makefile index 7010d86a0..742596964 100644 --- a/access/mattermost/Makefile +++ b/access/mattermost/Makefile @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-mattermost diff --git a/access/mattermost/version.go b/access/mattermost/version.go index 50ee6da50..889818b13 100644 --- a/access/mattermost/version.go +++ b/access/mattermost/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.0.7" + Version = "8.1.0" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/pagerduty/Makefile b/access/pagerduty/Makefile index 746bb5049..224889265 100644 --- a/access/pagerduty/Makefile +++ b/access/pagerduty/Makefile @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-pagerduty diff --git a/access/pagerduty/version.go b/access/pagerduty/version.go index 50ee6da50..889818b13 100644 --- a/access/pagerduty/version.go +++ b/access/pagerduty/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.0.7" + Version = "8.1.0" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/slack/Makefile b/access/slack/Makefile index d601d1b61..40d65f02f 100644 --- a/access/slack/Makefile +++ b/access/slack/Makefile @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-slack diff --git a/access/slack/version.go b/access/slack/version.go index 50ee6da50..889818b13 100644 --- a/access/slack/version.go +++ b/access/slack/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.0.7" + Version = "8.1.0" ) // Gitref variable is automatically set to the output of git-describe diff --git a/event-handler/Makefile b/event-handler/Makefile index 4135a5d31..11fba8ec2 100644 --- a/event-handler/Makefile +++ b/event-handler/Makefile @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH) diff --git a/terraform/install.mk b/terraform/install.mk index c3980f618..ac301c51d 100644 --- a/terraform/install.mk +++ b/terraform/install.mk @@ -1,4 +1,4 @@ -VERSION=8.0.7 +VERSION=8.1.0 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH)