Skip to content

Commit

Permalink
prepare for alpha release
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wilkerson <[email protected]>
  • Loading branch information
wilkermichael committed Mar 6, 2024
1 parent f5314be commit 839e3f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.0.1-alpha1 (March 6, 2024)

* Initial alpha release
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
// A pre-release marker for the version. If this is "" (empty string)
// 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 = "alpha1"
)

// GetHumanVersion composes the parts of the version in a way that's suitable
Expand Down

0 comments on commit 839e3f7

Please sign in to comment.