We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9890c24 commit 21be1f6Copy full SHA for 21be1f6
cmd/version.go
@@ -14,6 +14,6 @@ var versionCmd = &cobra.Command{
14
Use: "version",
15
Short: "Print the version number of dockerfmt",
16
Run: func(cmd *cobra.Command, args []string) {
17
- fmt.Println("dockerfmt 0.3.8")
+ fmt.Println("dockerfmt 0.3.9")
18
},
19
}
0 commit comments