Skip to content

Commit 1ee0e4e

Browse files
committed
Bump version for rc release
1 parent 7ae7ff1 commit 1ee0e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.1-patch1
1+
0.9.1-rc2

cmd/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ package cmd
88

99
const (
1010
// AppVersion is the current version of the replicator
11-
AppVersion = "0.9.1-patch1"
11+
AppVersion = "0.9.1-rc2"
1212

1313
// AppName is the name of the application to use in logging / places that require the artifact
1414
AppName = "stream-replicator"

0 commit comments

Comments
 (0)