From 3fea7992fd78f9365794de927f9f3589830a6947 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Mon, 28 Jan 2019 19:36:50 -0700 Subject: [PATCH] Bump version to 3.1.3 [ci skip] --- lib/shoulda/matchers/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shoulda/matchers/version.rb b/lib/shoulda/matchers/version.rb index 6a2f2484..c03e65f3 100644 --- a/lib/shoulda/matchers/version.rb +++ b/lib/shoulda/matchers/version.rb @@ -1,6 +1,6 @@ module Shoulda module Matchers # @private - VERSION = '3.1.2'.freeze + VERSION = '3.1.3'.freeze end end