index
:
todolist.git
master
Simple GTD-style todo list for the command line.
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
todo.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'todo.go')
-rw-r--r--
todo.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/todo.go b/todo.go
index 3f3c20d..98bc133 100644
--- a/
todo.go
+++ b/
todo.go
@@ -11,7 +11,7 @@ import (
)
const (
- VERSION = "0.7"
+ VERSION = "0.8"
)
func main() {