aboutsummaryrefslogtreecommitdiffstats
path: root/todo.go
diff options
context:
space:
mode:
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 022ecbf..74782ef 100644
--- a/todo.go
+++ b/todo.go
@@ -6,12 +6,12 @@ import (
"strings"
"github.com/fatih/color"
- "github.com/skratchdot/open-golang/open"
"github.com/gammons/todolist/todolist"
+ "github.com/skratchdot/open-golang/open"
)
const (
- VERSION = "0.3.0"
+ VERSION = "0.3.1"
)
func main() {