Skip to content

Commit

Permalink
Added constant for PG15 version number
Browse files Browse the repository at this point in the history
  • Loading branch information
noctarius committed Jul 9, 2023
1 parent c6d6ea2 commit 3e7ec11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (
TSDB_212_VERSION version.TimescaleVersion = 21200
PG_MIN_VERSION version.PostgresVersion = 130000
PG_14_VERSION version.PostgresVersion = 140000
PG_15_VERSION version.PostgresVersion = 150000
)

var (
Expand Down

0 comments on commit 3e7ec11

Please sign in to comment.