Set version to 0.7

This commit is contained in:
Sascha L. Teichmann 2016-05-13 16:46:06 +02:00
parent 2583071e81
commit 599ec1cf2b

View File

@ -9,7 +9,7 @@ import (
"os"
)
const MTSatelliteVersion = "0.6"
const MTSatelliteVersion = "0.7"
func PrintVersionAndExit() {
fmt.Printf("Version: %s\n", MTSatelliteVersion)