Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Oct 27, 2024
1 parent 12fe4bf commit 9e49155
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.5.2
v1.6.0
2 changes: 2 additions & 0 deletions internal/version/bump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ func main() {
switch flag.Arg(0) {
case "major":
v.major++
v.minor = 0
case "minor":
v.minor++
v.patch = 0
case "patch":
v.patch++
}
Expand Down
4 changes: 2 additions & 2 deletions k8s/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: vince
description: Cloud-Native web analytics for everyone
type: application
version: 1.5.2
appVersion: "v1.5.2"
version: 1.6.0
appVersion: "v1.6.0"

0 comments on commit 9e49155

Please sign in to comment.