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

Commit

Permalink
Prepare for the next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Harkishen-Singh committed Feb 17, 2022
1 parent 0742e64 commit da8c0a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var (
// It is customary to bump the version by incrementing the numeral after
// the `dev` tag. The SQL migration script name must correspond to the /new/ version.

Promscale = "0.10.0"
PrevReleaseVersion = "0.9.0"
Promscale = "0.11.0-dev.0"
PrevReleaseVersion = "0.10.0"
PromMigrator = "0.0.3"
CommitHash = ""
EarliestUpgradeTestVersion = "0.1.0"
Expand Down

0 comments on commit da8c0a9

Please sign in to comment.