1
0
Fork 0
mirror of https://github.com/shouptech/tempgopher.git synced 2026-02-03 16:49:42 +00:00

Bump version to 0.3.0-dev

This commit is contained in:
Emma 2018-10-11 19:10:24 -06:00
parent 9a9b9d6506
commit fb4905a7e8

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" const Version = "0.3.0-dev"
func main() { func main() {
var args struct { var args struct {