Skip to content

Commit

Permalink
fix: update version to match with the release (#36)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Oct 23, 2024
1 parent 0b4503f commit 3946208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
Short: "Print the version and exit.",
Long: `Print the version and exit.`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("tf-profile v0.4.0")
fmt.Println("tf-profile v0.5.0")
},
}

0 comments on commit 3946208

Please sign in to comment.