Bump version

This commit is contained in:
Justin Hawkins 2021-09-24 20:03:14 +09:30
parent ce49bd5177
commit 97fb67cb09

View File

@ -50,7 +50,7 @@ var defaultArgs = args{
"--newline",
}
const currentVersion = "v0.02"
const currentVersion = "v0.03"
//go:embed web
var webFS embed.FS