From bbefd2295067097662e212cc062e2453b4aa7225 Mon Sep 17 00:00:00 2001 From: Eric Date: Thu, 29 Nov 2018 09:19:55 +0100 Subject: [PATCH] Version 2.6.0 --- css/css-variables.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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";