1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 08:39:43 +00:00

Bump version to 0.2.0

Closes #9
This commit is contained in:
Emma 2018-10-11 18:56:05 -06:00
parent a2a25c953b
commit e7f5ac433a

View file

@ -8,7 +8,7 @@ import (
) )
// Version is the current code version of tempgopher // Version is the current code version of tempgopher
const Version = "0.2.0-dev" const Version = "0.2.0"
func main() { func main() {
var args struct { var args struct {