From 380865022607bfa333ecc90acbfa82a639027da3 Mon Sep 17 00:00:00 2001 From: Matthew McNew Date: Sun, 10 Nov 2024 16:34:24 -0600 Subject: [PATCH] Bump version to v0.18.0 --- pkg/tstune/tuner.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"