diff --git a/access/email/Makefile b/access/email/Makefile index e0ae98529..ff1d66496 100644 --- a/access/email/Makefile +++ b/access/email/Makefile @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-email diff --git a/access/email/version.go b/access/email/version.go index f034db9ca..219ed48b1 100644 --- a/access/email/version.go +++ b/access/email/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.3.1" + Version = "8.3.3" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/jira/Makefile b/access/jira/Makefile index ecae2534b..6c70231b0 100644 --- a/access/jira/Makefile +++ b/access/jira/Makefile @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-jira diff --git a/access/jira/version.go b/access/jira/version.go index f034db9ca..219ed48b1 100644 --- a/access/jira/version.go +++ b/access/jira/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.3.1" + Version = "8.3.3" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/mattermost/Makefile b/access/mattermost/Makefile index 8edbf21c1..5c0fe83f5 100644 --- a/access/mattermost/Makefile +++ b/access/mattermost/Makefile @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-mattermost diff --git a/access/mattermost/version.go b/access/mattermost/version.go index f034db9ca..219ed48b1 100644 --- a/access/mattermost/version.go +++ b/access/mattermost/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.3.1" + Version = "8.3.3" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/pagerduty/Makefile b/access/pagerduty/Makefile index 349bb0d69..61bac988f 100644 --- a/access/pagerduty/Makefile +++ b/access/pagerduty/Makefile @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-pagerduty diff --git a/access/pagerduty/version.go b/access/pagerduty/version.go index f034db9ca..219ed48b1 100644 --- a/access/pagerduty/version.go +++ b/access/pagerduty/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.3.1" + Version = "8.3.3" ) // Gitref variable is automatically set to the output of git-describe diff --git a/access/slack/Makefile b/access/slack/Makefile index 973dc0590..bfc282c80 100644 --- a/access/slack/Makefile +++ b/access/slack/Makefile @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 BUILDDIR ?= build BINARY = $(BUILDDIR)/teleport-slack diff --git a/access/slack/version.go b/access/slack/version.go index f034db9ca..219ed48b1 100644 --- a/access/slack/version.go +++ b/access/slack/version.go @@ -3,7 +3,7 @@ package main const ( - Version = "8.3.1" + Version = "8.3.3" ) // Gitref variable is automatically set to the output of git-describe diff --git a/event-handler/Makefile b/event-handler/Makefile index cc3be7066..22e752afe 100644 --- a/event-handler/Makefile +++ b/event-handler/Makefile @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH) diff --git a/terraform/install.mk b/terraform/install.mk index 625d2e909..9f7010e8b 100644 --- a/terraform/install.mk +++ b/terraform/install.mk @@ -1,4 +1,4 @@ -VERSION=8.3.1 +VERSION=8.3.3 OS ?= $(shell go env GOOS) ARCH ?= $(shell go env GOARCH)