diff --git a/version/version.go b/version/version.go index 7c5378fbc5c..88006c6b361 100644 --- a/version/version.go +++ b/version/version.go @@ -14,7 +14,7 @@ var ( CgoEnabled bool // The main version number that is being run at the moment. - Version = "1.8.5-incognia.3" + Version = "1.8.6" // A pre-release marker for the version. If this is "" (empty string) // then it means that it is a final release. Otherwise, this is a pre-release // such as "dev" (in development), "beta", "rc1", etc.