Skip to content

Commit

Permalink
better version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Dec 16, 2013
1 parent 95ff9f8 commit 649d92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion termshare.go
Expand Up @@ -25,7 +25,7 @@ import (
"github.com/nu7hatch/gouuid"
)

const VERSION = "v0.1.1"
const VERSION = "v0.2.0"

var daemon *bool = flag.Bool("d", false, "run the server daemon")
var copilot *bool = flag.Bool("c", false, "allow a copilot to join to share control")
Expand Down

0 comments on commit 649d92b

Please sign in to comment.