From 0e31c2a0b9a169b0a98ec389859c94f1048b415f Mon Sep 17 00:00:00 2001 From: Grant Ammons Date: Sun, 15 May 2016 09:01:26 -0400 Subject: Use uppercase VERSION --- todo.go | 4 ++-- 1 file 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.") -- cgit v1.3