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

Commit

Permalink
Release 8.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
russjones committed Feb 9, 2022
1 parent b3c4f0f commit 55e8079
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.5
VERSION=8.2.0

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.5"
Version = "8.2.0"
)

// 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.5
VERSION=8.2.0

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.5"
Version = "8.2.0"
)

// 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.5
VERSION=8.2.0

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.5"
Version = "8.2.0"
)

// 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.5
VERSION=8.2.0

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.5"
Version = "8.2.0"
)

// 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.5
VERSION=8.2.0

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.5"
Version = "8.2.0"
)

// 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.5
VERSION=8.2.0

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.5
VERSION=8.2.0

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

0 comments on commit 55e8079

Please sign in to comment.