From 40ad232ad509ae62b9a9940a60daf5bd5becb1a0 Mon Sep 17 00:00:00 2001 From: Ryan Toronto Date: Thu, 18 Jul 2019 00:03:00 -0400 Subject: [PATCH] Bump acts_as_votable to 0.12.1 --- 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 550fac3..576a680 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.12.0" + VERSION = "0.12.1" end