diff --git a/cmd/sts/main.go b/cmd/sts/main.go index dcc3612..f602d74 100644 --- a/cmd/sts/main.go +++ b/cmd/sts/main.go @@ -23,7 +23,7 @@ Last part of this path will be used as output package name. ver = flag.Bool("version", false, "Print current version.") cfgmap = flag.String("map", "", "Path to YAML file with field map config.") - version = "0.0.7" + version = "0.0.8" ) func main() {