Skip to content

Commit

Permalink
Bumping version to v0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed Jan 20, 2023
1 parent f923eb8 commit 5a1e09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release
on:
push:
tags:
- "v*.*.*"
- v*
jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of kube-capacity",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("kube-capacity version v0.7.2")
fmt.Println("kube-capacity version v0.7.3")
},
}

0 comments on commit 5a1e09e

Please sign in to comment.