Skip to content

Commit 3946208

Browse files
authored
fix: update version to match with the release (#36)
Signed-off-by: Rui Chen <[email protected]>
1 parent 0b4503f commit 3946208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ var versionCmd = &cobra.Command{
1515
Short: "Print the version and exit.",
1616
Long: `Print the version and exit.`,
1717
Run: func(cmd *cobra.Command, args []string) {
18-
fmt.Println("tf-profile v0.4.0")
18+
fmt.Println("tf-profile v0.5.0")
1919
},
2020
}

0 commit comments

Comments
 (0)