diff --git a/pkg/tstune/tuner.go b/pkg/tstune/tuner.go index 0e84f4a..08cb60d 100644 --- a/pkg/tstune/tuner.go +++ b/pkg/tstune/tuner.go @@ -22,7 +22,7 @@ import ( const ( // Version is the version of this library - Version = "0.15.0" + Version = "0.17.0" errCouldNotExecuteFmt = "could not execute `%s --version`: %v" errUnsupportedMajorFmt = "unsupported major PG version: %s"