diff --git a/pkg/tstune/tuner.go b/pkg/tstune/tuner.go index ebe8f78..c01ce08 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.17.1" + Version = "0.18.0" errCouldNotExecuteFmt = "could not execute `%s --version`: %v" errUnsupportedMajorFmt = "unsupported major PG version: %s"