Skip to content

Commit

Permalink
It's time to release v1.0.0, i think.
Browse files Browse the repository at this point in the history
  • Loading branch information
weekface committed Sep 21, 2014
1 parent b4c4c63 commit ac0a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
}
Expand Down

0 comments on commit ac0a2e2

Please # to comment.