From 93122c4eba85ccf85f897c40bb6ab54028d394a3 Mon Sep 17 00:00:00 2001 From: Josh Bodah Date: Sun, 20 Jan 2019 08:23:26 -0500 Subject: [PATCH] bump to version 3.2.0 --- lib/spy/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spy/version.rb b/lib/spy/version.rb index 9e1d8dc..36c189b 100644 --- a/lib/spy/version.rb +++ b/lib/spy/version.rb @@ -1,3 +1,3 @@ module Spy - VERSION = '3.1.0' + VERSION = '3.2.0' end