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.