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

Commit 70f7365

Browse files
Prepare for the next development cycle
Signed-off-by: Harkishen-Singh <[email protected]>
1 parent 80547c3 commit 70f7365

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ var (
3838
// It is customary to bump the version by incrementing the numeral after
3939
// the `dev` tag. The SQL migration script name must correspond to the /new/ version.
4040

41-
Promscale = "0.14.0"
42-
PrevReleaseVersion = "0.13.0"
41+
Promscale = "0.15.0-dev.0"
42+
PrevReleaseVersion = "0.14.0"
4343
CommitHash = "" // Comes from -ldflags settings
4444
Branch = "" // Comes from -ldflags settings
4545
EarliestUpgradeTestVersion = "0.3.0" // 0.3.0 earliest version an image with correct extension versions exists

0 commit comments

Comments
 (0)