From 3dffc8ebdd35c57d62c6fab05fdc05701614a1cc Mon Sep 17 00:00:00 2001 From: Ryan Jackson Date: Fri, 3 Apr 2020 13:11:23 +0200 Subject: [PATCH] v0.23.9 --- Gemfile.lock | 2 +- lib/formify/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index dd4e275..173bacd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - formify (0.23.8) + formify (0.23.9) rails resonad with_advisory_lock diff --git a/lib/formify/version.rb b/lib/formify/version.rb index 600cae9..f8f5d96 100644 --- a/lib/formify/version.rb +++ b/lib/formify/version.rb @@ -1,3 +1,3 @@ module Formify - VERSION = '0.23.8'.freeze + VERSION = '0.23.9'.freeze end