update versions

This commit is contained in:
Pierre Goiffon
2018-10-24 09:39:31 +02:00
parent 533acbde8d
commit 35f7fe98ae
2 changed files with 4 additions and 4 deletions

View File

@@ -1,3 +1,6 @@
// Beware the version number MUST be enclosed with quotes otherwise v2.3.0 becomes v2 0.3 .0
$version: "v2.6.0-beta";
// Base colors
$gray-base: #000 !default;
$gray-darker: lighten($gray-base, 13.5%) !default; // #222
@@ -47,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-dev";

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<information>
<version>2.5.0</version>
<version>2.6.0-beta</version>
</information>