Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion access/email/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-email
Expand Down
2 changes: 1 addition & 1 deletion access/email/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion access/jira/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-jira
Expand Down
2 changes: 1 addition & 1 deletion access/jira/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion access/mattermost/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-mattermost
Expand Down
2 changes: 1 addition & 1 deletion access/mattermost/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion access/pagerduty/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-pagerduty
Expand Down
2 changes: 1 addition & 1 deletion access/pagerduty/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion access/slack/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

BUILDDIR ?= build
BINARY = $(BUILDDIR)/teleport-slack
Expand Down
2 changes: 1 addition & 1 deletion access/slack/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion event-handler/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

OS ?= $(shell go env GOOS)
ARCH ?= $(shell go env GOARCH)
Expand Down
2 changes: 1 addition & 1 deletion terraform/install.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=8.3.1
VERSION=8.3.3

OS ?= $(shell go env GOOS)
ARCH ?= $(shell go env GOARCH)
Expand Down