Skip to content

Commit

Permalink
Prepare 0.1.0-beta-3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Imran M Yousuf <imyousuf@gmail.com>
  • Loading branch information
imyousuf committed Mar 22, 2021
1 parent 6808722 commit 7bbbb39
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type LogLevel uint8

// GetVersion provides the current version of the project
func GetVersion() AppVersion {
return "0.1.0-dev"
return "0.1.0-beta-3"
}

const (
Expand Down
4 changes: 2 additions & 2 deletions deploy-pkg/webhook-broker-chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0-dev
version: 0.1.0-beta-3

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
appVersion: v0.1.0-dev
appVersion: v0.1.0-beta-3

keywords:
- webhook
Expand Down
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
)

func TestGetAppVersion(t *testing.T) {
assert.Equal(t, string(GetAppVersion()), "0.1.0-dev")
assert.Equal(t, string(GetAppVersion()), "0.1.0-beta-3")
}

var mainFunctionBreaker = func(stop *chan os.Signal) {
Expand Down

0 comments on commit 7bbbb39

Please sign in to comment.