mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
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:
@@ -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
|
||||
)
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user