Skip to content

Commit

Permalink
Release 0.14.2
Browse files Browse the repository at this point in the history
This release adds support for postgres version specific config
file path to timescaledb-tune
  • Loading branch information
svenklemm committed Oct 24, 2022
1 parent 681763b commit 0c4e8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/tstune/tuner.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (

const (
// Version is the version of this library
Version = "0.14.1"
Version = "0.14.2"

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

0 comments on commit 0c4e8ab

Please sign in to comment.