Skip to content

Commit

Permalink
Merge pull request #653 from Roasbeef/v0-3-1-rc1
Browse files Browse the repository at this point in the history
build: bump version to v0.3.1-alpha.rc1
  • Loading branch information
Roasbeef authored Nov 3, 2023
2 parents c3718c0 + 80360e9 commit e6b0516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ const (
AppMinor uint = 3

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

// AppPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
AppPreRelease = "alpha"
AppPreRelease = "alpha.rc1"

// defaultAgentName is the default name of the software that is added as
// the first part of the user agent string.
Expand Down

0 comments on commit e6b0516

Please sign in to comment.