summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd/planr/main.go2
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) {