Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cshuaimin committed Nov 12, 2018
1 parent 137830a commit f8decd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func main() {
app := cli.NewApp()
app.Usage = "A cli tool to enjoy uva oj!"
app.UsageText = "uva [command]"
app.Version = "0.1.0"
app.Version = "0.2.0"

loadCookies := func(c *cli.Context) error {
loadLoginInfo()
Expand Down

0 comments on commit f8decd0

Please sign in to comment.