Skip to content

Commit 8ae3344

Browse files
committed
chore: bump version to v0.19.0-alpha
Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
1 parent a97e171 commit 8ae3344

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import (
1717

1818
// current version
1919
const (
20-
coreVersion = "0.18.0"
21-
prerelease = ""
20+
coreVersion = "0.19.0"
21+
prerelease = "alpha"
2222
)
2323

2424
// Provisioned by ldflags

0 commit comments

Comments
 (0)