diff --git a/css/css-variables.scss b/css/css-variables.scss index a98f3da5c..e8ac3c6d3 100644 --- a/css/css-variables.scss +++ b/css/css-variables.scss @@ -1,5 +1,5 @@ // Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0 -$version: "v2.6.0-beta"; +$version: "v2.6.0"; // Base colors $gray-base: #000 !default; @@ -50,6 +50,3 @@ $search-add-criteria-box-hover-color: $gray-extra-light; $search-button-box-color: $combodo-orange; $search-button-box-bg-color: $white; $search-button-box-bg-hover-color: $gray-extra-light; - -// Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0 -$version: "v2.6.0";