Bump version to 0.9

This commit is contained in:
Sascha L. Teichmann 2017-04-15 13:23:22 +02:00
parent 9f8ff8b393
commit fd73757bbd
1 changed files with 1 additions and 1 deletions

View File

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