mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 18:30:16 +00:00
Manually updated version to 3.2
This commit is contained in:
@@ -38,9 +38,9 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
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.2" //nolint
|
||||
Version string = "3.2" //nolint
|
||||
Commit string //nolint
|
||||
)
|
||||
|
||||
|
@@ -41,9 +41,9 @@ const (
|
||||
)
|
||||
|
||||
var (
|
||||
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.2" // nolint
|
||||
Version string = "3.2" // nolint
|
||||
Commit string // nolint
|
||||
)
|
||||
|
||||
|
@@ -18,10 +18,10 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
Build string = "01-01-1980" //nolint
|
||||
Build string = "2020-04-23" //nolint
|
||||
Commit string //nolint
|
||||
GoVersion string = "1.8" //nolint
|
||||
Version string = "3.0.1" //nolint
|
||||
GoVersion string = "1.14.2" //nolint
|
||||
Version string = "3.2" //nolint
|
||||
)
|
||||
|
||||
type connOpts struct {
|
||||
|
@@ -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.2" //nolint
|
||||
Version string = "3.2" //nolint
|
||||
Commit string //nolint
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user