Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
whymarrh committed Dec 24, 2020
1 parent 604344d commit a328eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/changelogs/v0.0.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# v0.0.2

Version v0.0.2
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func version(argv []string) {
return
}

version := "templatefile version 0.0.1"
version := "templatefile version 0.0.2"
license := "License MPL-2.0 <https://www.mozilla.org/en-US/MPL/2.0/>"
_, err := fmt.Fprintf(os.Stdout, "%s\n%s\n", version, license)
if err != nil {
Expand Down

0 comments on commit a328eca

Please sign in to comment.