diff options
author | Flu0r1ne <flur01ne@flu0r1ne.net> | 2021-08-23 01:12:21 -0500 |
---|---|---|
committer | Flu0r1ne <flur01ne@flu0r1ne.net> | 2021-08-23 01:12:21 -0500 |
commit | 6e23fd63605ee2f599413d7e5e9d3a7a75cf4112 (patch) | |
tree | c6d2817d273c948697a3f9214e515f8a41b8cbcd /cmd/planr/main.go | |
parent | 24548e87decbdfea38bbf692cecad6d4eefc3ec0 (diff) | |
download | deb-planr-6e23fd63605ee2f599413d7e5e9d3a7a75cf4112.tar.xz deb-planr-6e23fd63605ee2f599413d7e5e9d3a7a75cf4112.zip |
Bump versionv0.0.2
Diffstat (limited to 'cmd/planr/main.go')
-rw-r--r-- | cmd/planr/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/planr/main.go b/cmd/planr/main.go index 83a60bc..54c3d60 100644 --- a/cmd/planr/main.go +++ b/cmd/planr/main.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.0.1" + VERSION = "0.0.2" ) func printUsage(w io.Writer) { |