Skip to content

Commit

Permalink
add fourth version number, finally fixes #20 i hope
Browse files Browse the repository at this point in the history
  • Loading branch information
arguablykomodo committed Sep 25, 2018
1 parent 8339b6f commit 4de176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifest-generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func main() {
findStr,
append(
findStr,
[]byte(" version=\""+strings.TrimPrefix(os.Args[1], "v")+"\"\n")...,
[]byte(" version=\""+strings.TrimPrefix(os.Args[1], "v")+".0\"\n")...,
),
-1,
),
Expand Down

0 comments on commit 4de176d

Please sign in to comment.