~mil/mobroute

66db80682c7a768f346af71d9e1e630ce8c0d0be — Miles Alan 2 months ago 1343aeb v0.6.0
Bump version to v0.6.0
1 files changed, 1 insertions(+), 1 deletions(-)

M cli/mobroutecli.go
M cli/mobroutecli.go => cli/mobroutecli.go +1 -1
@@ 42,7 42,7 @@ func main() {
	} else if os.Args[1] == "mobsql" {
		cmdMobsql(flagMobsqlSet, flagMobsqlParams)
	} else if os.Args[1] == "version" {
		fmt.Println("v0.5.0")
		fmt.Println("v0.6.0")
	}
}