Version bumb

This commit is contained in:
Denis Zheleztsov 2017-01-20 16:16:24 +03:00
parent c3b66c53a7
commit e3570a590e

View File

@ -8,6 +8,6 @@ import (
//VersionShow show version and exit
func VersionShow() {
fmt.Println("RBMD 0.0.4", runtime.Version(), runtime.GOARCH)
fmt.Println("RBMD 0.1", runtime.Version(), runtime.GOARCH)
os.Exit(1)
}