diff --git a/docs/changelogs/v0.0.2.md b/docs/changelogs/v0.0.2.md new file mode 100644 index 0000000..3acb8c6 --- /dev/null +++ b/docs/changelogs/v0.0.2.md @@ -0,0 +1,3 @@ +# v0.0.2 + +Version v0.0.2 diff --git a/main.go b/main.go index fe1bdc4..9f31c5b 100644 --- a/main.go +++ b/main.go @@ -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 " _, err := fmt.Fprintf(os.Stdout, "%s\n%s\n", version, license) if err != nil {