Skip to content
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.

Commit

Permalink
Release 8.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed Feb 3, 2022
1 parent d531f8e commit cdbd18f
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
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.1.2
VERSION=8.1.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.1.2"
Version = "8.1.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.1.2
VERSION=8.1.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.1.2"
Version = "8.1.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.1.2
VERSION=8.1.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.1.2"
Version = "8.1.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.1.2
VERSION=8.1.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.1.2"
Version = "8.1.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.1.2
VERSION=8.1.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.1.2"
Version = "8.1.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.1.2
VERSION=8.1.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.1.2
VERSION=8.1.3

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

0 comments on commit cdbd18f

Please sign in to comment.