Skip to content

Commit

Permalink
version: bump to version v0.5.0-alpha.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
guggero committed Nov 27, 2024
1 parent 7513141 commit 05f3e41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ const (
AppMajor uint = 0

// AppMinor defines the minor version of this binary.
AppMinor uint = 4
AppMinor uint = 5

// AppPatch defines the application patch for this binary.
AppPatch uint = 1
AppPatch uint = 0

// AppStatus defines the release status of this binary (e.g. beta).
AppStatus = "alpha"

// AppPreRelease defines the pre-release version of this binary.
// It MUST only contain characters from the semantic versioning spec.
AppPreRelease = ""
AppPreRelease = "rc1"

// GitTagIncludeStatus indicates whether the status should be included
// in the git tag name.
Expand Down

0 comments on commit 05f3e41

Please sign in to comment.