diff --git a/CHANGELOG.md b/CHANGELOG.md index a79c9a11..1015f936 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2020/01/12| |Release 2.23.3 | +|2020/01/12|120 |Retire `mco facts` and redirect to `choria facts` | |2020/01/12| |Release 2.23.2 | |2020/01/12|117 |Improve handling of user configuration paths | |2020/01/12| |Release 2.23.1 | diff --git a/Rakefile b/Rakefile index b10ccb6c..2fcca030 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.23.2" +PROJ_VERSION = "2.23.3" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index c8734d52..1454b34e 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -53,7 +53,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.23.2".freeze + VERSION = "2.23.3".freeze def self.version VERSION