Skip to content

Commit 0a9425e

Browse files
committed
2.2.2-rc7
1 parent a4777fa commit 0a9425e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 2.2.2 (2023-11-30)
1+
Version 2.2.2-rc7 (2023-11-30)
22
--------------------------
33
Bump grpc to 1.58.3 (#296)
44
Bump x/net to 0.17.0 (#297)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ The AWS-specific distribution contains everything, including the Kinesis source,
1818

1919
To comply with the [Amazon Software License](https://github.com/twitchscience/kinsumer/blob/master/LICENSE), you may only use this distribution of Snowbridge _“with the web services, computing platforms or applications provided by Amazon.com, Inc. or its affiliates, including Amazon Web Services, Inc.”_
2020

21-
[release-image]: http://img.shields.io/badge/golang-2.2.2-6ad7e5.svg?style=flat
21+
[release-image]: http://img.shields.io/badge/golang-2.2.2-rc7-6ad7e5.svg?style=flat
2222
[releases]: https://github.com/snowplow/snowbridge/releases/

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.2
1+
2.2.2-rc7

cmd/constants.go

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

1010
const (
1111
// AppVersion is the current version of the app
12-
AppVersion = "2.2.2"
12+
AppVersion = "2.2.2-rc7"
1313

1414
// AppName is the name of the application to use in logging / places that require the artifact
1515
AppName = "snowbridge"

0 commit comments

Comments
 (0)