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 0240886..5d6bc75 100644
--- a/
todo.go
+++ b/
todo.go
@@ -10,7 +10,7 @@ import (
)
const (
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
)
func main() {