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

Commit 1d7be7c

Browse files
niksajakovljevicalejandrodnm
authored andcommitted
Prepare for the next dev cycle
1 parent 114f965 commit 1d7be7c

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.16.0"
42-
PrevReleaseVersion = "0.15.0"
41+
Promscale = "0.17.0-dev"
42+
PrevReleaseVersion = "0.16.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)