From ce83eed0ed211bc4648a53ad79a36bc78c9ea602 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Tue, 7 Feb 2017 15:05:03 -0800 Subject: [PATCH] Release v0.33 --- lib/spotlight/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spotlight/version.rb b/lib/spotlight/version.rb index d5f372967..4a441c49e 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,3 +1,3 @@ module Spotlight - VERSION = '0.32.0'.freeze + VERSION = '0.33.0'.freeze end