From 89cf01156561654b7415a7833faee4df40d68385 Mon Sep 17 00:00:00 2001 From: Chris Beer Date: Wed, 1 Feb 2017 15:30:22 -0800 Subject: [PATCH] Release v0.32 --- 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 5b4c9aa90..d5f372967 100644 --- a/lib/spotlight/version.rb +++ b/lib/spotlight/version.rb @@ -1,3 +1,3 @@ module Spotlight - VERSION = '0.31.0'.freeze + VERSION = '0.32.0'.freeze end