Skip to content

Commit

Permalink
build: bump version to v0.3.2-alpha.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Nov 21, 2023
1 parent c792a51 commit 1fe4a2c
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 = 1
AppPatch uint = 2

// 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 1fe4a2c

Please sign in to comment.