From 9e962ada40a2b7fd39f8b1e1fcacf0bb2d884a97 Mon Sep 17 00:00:00 2001 From: Andrew McIntee Date: Wed, 10 Jun 2020 16:12:16 -0500 Subject: [PATCH] version bump --- Gemfile.lock | 2 +- lib/sage-engine/lib/sage/version.rb | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 80d5586c0..bd0700e18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: lib/sage-engine specs: - sage (0.15.0.pre.alpha) + sage (0.17.0) rails (~> 4.2.11.1) GEM diff --git a/lib/sage-engine/lib/sage/version.rb b/lib/sage-engine/lib/sage/version.rb index bf7b8d146..0986e4a56 100644 --- a/lib/sage-engine/lib/sage/version.rb +++ b/lib/sage-engine/lib/sage/version.rb @@ -1,3 +1,3 @@ module Sage - VERSION = "0.15.0-alpha" + VERSION = "0.17.0" end diff --git a/package.json b/package.json index 75bb57e2f..8d3b4ced9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sage", - "version": "0.18.0", + "version": "0.17.0", "description": "The Sage Design System (SDS) is our single source of truth, providing everything you need to build great products for our customers. It is the culmination of designers and developers working together to give teams the ability to ship high-quality products faster.", "main": "sage/pages/index", "directories": {