diff --git a/version.go b/version.go index 604bba1a4..dfb66b0d3 100644 --- a/version.go +++ b/version.go @@ -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.