diff --git a/version/version.go b/version/version.go index e53fc2cff..4869130fb 100644 --- a/version/version.go +++ b/version/version.go @@ -3,7 +3,7 @@ package version // RawVersion is the current daemon version of MicroCloud. // LTS versions also include the patch number. -const RawVersion = "2.1.2" +const RawVersion = "2.1.3" // LTS should be set if the current version is an LTS (long-term support) version. const LTS = true