diff options
| author | Grant Ammons <gammons@gmail.com> | 2016-05-15 09:01:26 -0400 |
|---|---|---|
| committer | Grant Ammons <gammons@gmail.com> | 2016-05-15 09:01:26 -0400 |
| commit | 0e31c2a0b9a169b0a98ec389859c94f1048b415f (patch) | |
| tree | bf6c999f6cc16f00ca639749b11bdd08414205c0 /todo.go | |
| parent | f2b9dab056d46a0485e28a33da93e8dc7a1e8780 (diff) | |
Use uppercase VERSION
Diffstat (limited to 'todo.go')
| -rw-r--r-- | todo.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.") |
