Skip to content

Commit 21be1f6

Browse files
committed
bump version
1 parent 9890c24 commit 21be1f6

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
@@ -14,6 +14,6 @@ var versionCmd = &cobra.Command{
1414
Use: "version",
1515
Short: "Print the version number of dockerfmt",
1616
Run: func(cmd *cobra.Command, args []string) {
17-
fmt.Println("dockerfmt 0.3.8")
17+
fmt.Println("dockerfmt 0.3.9")
1818
},
1919
}

0 commit comments

Comments
 (0)