Skip to content

Commit

Permalink
Release 0.15.0
Browse files Browse the repository at this point in the history
This release add support for PostgreSQL 16.
  • Loading branch information
fabriziomello committed Nov 3, 2023
1 parent f67ec41 commit 218e065
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.3"
Version = "0.15.0"

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

0 comments on commit 218e065

Please sign in to comment.