From 30e224b1feac1d10496affe8925021179435c2b2 Mon Sep 17 00:00:00 2001 From: Joel Moss Date: Fri, 27 Oct 2023 12:15:06 +0100 Subject: [PATCH] chore(release): 0.6.2 --- Gemfile.lock | 2 +- lib/phlexible/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index a44c291..0afa7c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - phlexible (0.6.1) + phlexible (0.6.2) phlex (~> 1.8.1) phlex-rails (~> 1.0.0) diff --git a/lib/phlexible/version.rb b/lib/phlexible/version.rb index 7874e03..47003ec 100644 --- a/lib/phlexible/version.rb +++ b/lib/phlexible/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Phlexible - VERSION = '0.6.1' + VERSION = '0.6.2' end