Skip to content

Commit

Permalink
bump version to 0.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ashiqursuperfly authored and imran2140 committed Feb 11, 2025
1 parent a7bc5a5 commit 3ddb1cf
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 @@ -35,7 +35,7 @@ type LogLevel uint8

// GetVersion provides the current version of the project
func GetVersion() AppVersion {
return "0.2.0"
return "0.3.0-dev"
}

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.2.0
version: 0.3.0-dev

# 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.2.0
appVersion: v0.3.0-dev

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 @@ -39,7 +39,7 @@ const (
)

func TestGetAppVersion(t *testing.T) {
assert.Equal(t, string(GetAppVersion()), "0.2.0")
assert.Equal(t, string(GetAppVersion()), "0.3.0-dev")
}

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

0 comments on commit 3ddb1cf

Please sign in to comment.