aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--todo.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.go b/todo.go
index 63faff5..cc5c0ad 100644
--- a/todo.go
+++ b/todo.go
@@ -10,7 +10,7 @@ import (
)
const (
- Version = "0.1.0"
+ VERSION = "0.1.0"
)
func main() {
@@ -29,7 +29,7 @@ func usage() {
blueBold := blue.Add(color.Bold)
- fmt.Printf("todo v%s, a simple, command line based, GTD-style todo manager\n", Version)
+ fmt.Printf("todo v%s, a simple, command line based, GTD-style todo manager\n", VERSION)
blueBold.Println("\nAdding todos")
fmt.Println(" the 'a' command adds todos.")