Manually updated version to 3.2.0

This commit is contained in:
Carlos Salguero
2020-04-23 14:33:51 -03:00
parent 25b912114d
commit cc3ace2b6d
39 changed files with 48 additions and 48 deletions

View File

@@ -84,9 +84,9 @@ var (
"pt-mysql-summary --host=$mysql-host --port=$mysql-port --user=$mysql-user --password=$mysql-pass",
}
Build string = "01-01-1980" //nolint
GoVersion string = "1.8" //nolint
Version string = "3.0.1" //nolint
Build string = "2020-04-23" //nolint
GoVersion string = "1.14.1" //nolint
Version string = "3.2.0" //nolint
Commit string //nolint
)