Skip to content

Commit 0c4e8ab

Browse files
committed
Release 0.14.2
This release adds support for postgres version specific config file path to timescaledb-tune
1 parent 681763b commit 0c4e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/tstune/tuner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
// Version is the version of this library
25-
Version = "0.14.1"
25+
Version = "0.14.2"
2626

2727
errCouldNotExecuteFmt = "could not execute `%s --version`: %v"
2828
errUnsupportedMajorFmt = "unsupported major PG version: %s"

0 commit comments

Comments
 (0)