aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
authorGrant Ammons <gammons@gmail.com>2016-05-15 09:01:26 -0400
committerGrant Ammons <gammons@gmail.com>2016-05-15 09:01:26 -0400
commit0e31c2a0b9a169b0a98ec389859c94f1048b415f (patch)
treebf6c999f6cc16f00ca639749b11bdd08414205c0 /todo.go
parentf2b9dab056d46a0485e28a33da93e8dc7a1e8780 (diff)
Use uppercase VERSION
Diffstat (limited to 'todo.go')
-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.")