From 39f63bd409875857c8c903cd6464799de05f878d Mon Sep 17 00:00:00 2001 From: deployhausgold Date: Thu, 15 Aug 2024 04:10:58 +0000 Subject: [PATCH] [Release] Bumped the version to 1.3.3. --- CHANGELOG.md | 4 ++++ lib/countless/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5192a4..8f5f8a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### next +* TODO: Replace this bullet point with an actual description of a change. + +### 1.3.3 + * Just a retag of 1.3.1 ### 1.3.2 diff --git a/lib/countless/version.rb b/lib/countless/version.rb index a7702a3..b1cc4b8 100644 --- a/lib/countless/version.rb +++ b/lib/countless/version.rb @@ -3,7 +3,7 @@ # The gem version details. module Countless # The version of the +countless+ gem - VERSION = '1.3.2' + VERSION = '1.3.3' class << self # Returns the version of gem as a string.