PT-1959 Updated version number (#515)

Not updated in files that will be updated during the build like the
python script, Makefile.PL and some other files like documentation.
This commit is contained in:
Carlos Salguero
2021-09-20 10:27:29 -03:00
committed by GitHub
parent b19654fa48
commit d91ba9cadd
35 changed files with 53 additions and 53 deletions

View File

@@ -40,7 +40,7 @@ const (
var (
Build string = "2020-04-23" //nolint
GoVersion string = "1.14.1" //nolint
Version string = "3.3.1" //nolint
Version string = "3.3.2" //nolint
Commit string //nolint
)

View File

@@ -56,7 +56,7 @@ const (
var (
Build string = "2020-04-23"
GoVersion string = "1.14.1"
Version string = "3.3.1"
Version string = "3.3.2"
Commit string
defaultConnectionTimeout = 3 * time.Second