Skip to content

Commit

Permalink
v0.0.8 - changed structure of json cachefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth576 committed Apr 1, 2021
1 parent e675e97 commit 45ff988
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 @@ -13,7 +13,7 @@ var versionCmd = &cobra.Command{
Run: func(cmd *cobra.Command, args []string) {
os := runtime.GOOS
arch := runtime.GOARCH
fmt.Printf("v0.0.7 %s/%s\n", os, arch)
fmt.Printf("v0.0.8 %s/%s\n", os, arch)
},
}

Expand Down

0 comments on commit 45ff988

Please sign in to comment.