From a950290c3123127745dc138a8b06f67d8ed438d8 Mon Sep 17 00:00:00 2001 From: Ryan Toronto Date: Mon, 8 Nov 2021 13:16:02 -0500 Subject: [PATCH] bump version --- lib/acts_as_votable/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/acts_as_votable/version.rb b/lib/acts_as_votable/version.rb index 1135682..0a3d720 100644 --- a/lib/acts_as_votable/version.rb +++ b/lib/acts_as_votable/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ActsAsVotable - VERSION = "0.13.1" + VERSION = "0.13.2" end