From d8b2d8a66d716cab229610864cb3230378053b6e Mon Sep 17 00:00:00 2001 From: Evgeny Khabarov Date: Fri, 5 Nov 2021 11:49:34 -0400 Subject: [PATCH] Bump version: v0.0.8 --- cmd/sts/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {