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

Commit

Permalink
Update accepted TS version
Browse files Browse the repository at this point in the history
Support any 2.x version. By idea the 2.x line should not
break API and is safe to use.
  • Loading branch information
cevian committed Mar 11, 2021
1 parent 52506cd commit d04b72b
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 @@ -48,7 +48,7 @@ var (
TimescaleVersionRangeString = struct {
Safe, Warn string
}{
Safe: ">=1.7.3 <2.1.0",
Safe: ">=1.7.3 <2.99.0",
Warn: ">=1.7.0 <1.7.3",
}
timescaleVersionSafeRange = semver.MustParseRange(TimescaleVersionRangeString.Safe)
Expand Down

0 comments on commit d04b72b

Please sign in to comment.