From cb0fde513b6802566b106fbdfcdc329a373d7aec Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 24 Oct 2023 22:04:00 -1000 Subject: [PATCH] Bump version to 1.1.2 --- Gemfile.lock | 2 +- lib/cpl/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 8e3bbb03..5ba8dde6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - cpl (1.1.2.rc.0) + cpl (1.1.2) debug (~> 1.7.1) dotenv (~> 2.8.1) psych (~> 5.1.0) diff --git a/lib/cpl/version.rb b/lib/cpl/version.rb index 5f6a30fd..79ade5c5 100644 --- a/lib/cpl/version.rb +++ b/lib/cpl/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Cpl - VERSION = "1.1.2.rc.0" + VERSION = "1.1.2" MIN_CPLN_VERSION = "0.0.71" end