diff --git a/VERSION b/VERSION index 6d7de6e..21e8796 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.2 +1.0.3 diff --git a/lib/crm114/version.rb b/lib/crm114/version.rb index 9306171..030d130 100644 --- a/lib/crm114/version.rb +++ b/lib/crm114/version.rb @@ -2,7 +2,7 @@ module Classifier class CRM114 module VERSION MAJOR = 1 MINOR = 0 - TINY = 2 + TINY = 3 EXTRA = nil STRING = [MAJOR, MINOR, TINY].join('.')