diff --git a/agent/agent.go b/agent/agent.go index 1550e2b..883c79c 100644 --- a/agent/agent.go +++ b/agent/agent.go @@ -55,7 +55,7 @@ func NewAgent() *Agent { Bg: termbox.ColorDefault, AlertString: "Press what you want. Press Ctr+C to quit.", }, - Version: "0.7.0", + Version: "1.0.0", NewPath: filepath.Join(dir, ".togo/new"), OldPath: filepath.Join(dir, ".togo/old"), }