Bump for 1.9.0-alpha release

This commit is contained in:
Wilken Rivera
2023-02-09 14:40:24 -05:00
parent ab90025dc2
commit d8194a489e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
1.9.0
1.9.0-alpha
+1 -1
View File
@@ -25,7 +25,7 @@ var (
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "dev"
VersionPrerelease = "alpha"
VersionMetadata = ""
)