Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

Commit

Permalink
Allow using version 0.7.0 of the extension
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesGuthrie committed Oct 3, 2022
1 parent 7e76605 commit db1463f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var (
TimescaleVersionRange = semver.MustParseRange(TimescaleVersionRangeString)

// ExtVersionRangeString is a range of required promscale extension versions
ExtVersionRangeString = ">=0.6.0 <0.6.99"
ExtVersionRangeString = ">=0.6.0 <0.7.99"
ExtVersionRange = semver.MustParseRange(ExtVersionRangeString)

// Expose build info through Prometheus metric
Expand Down

0 comments on commit db1463f

Please sign in to comment.