Skip to content

Commit

Permalink
build: bump version to v0.3.3-alpha.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Jan 26, 2024
1 parent c0dddb1 commit d36e844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const (

// 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 d36e844

Please sign in to comment.