From 476286cee1423ba0bdf0c26dce26903abb859c9c Mon Sep 17 00:00:00 2001 From: "R.I.Pienaar" Date: Tue, 26 Nov 2019 10:00:59 +0100 Subject: [PATCH] (misc) Release 2.20.8 --- CHANGELOG.md | 2 ++ Rakefile | 2 +- lib/mcollective.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec6ca13..7d95ed49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2019/11/26| |Release 2.20.8 | +|2019/11/03|52 |Improve handling `--version` in applications | |2019/09/19| |Release 2.20.7 | |2019/09/25|46 |Ensure a valid version of PDK is available when building packages | |2019/09/25|43 |Ensure external agents are executable | diff --git a/Rakefile b/Rakefile index a590e8f7..16c6ef6b 100644 --- a/Rakefile +++ b/Rakefile @@ -1,7 +1,7 @@ require "rubygems" require "rubygems/package_task" -PROJ_VERSION = "2.20.7" +PROJ_VERSION = "2.20.8" spec = Gem::Specification.new do |s| s.name = "choria-mcorpc-support" diff --git a/lib/mcollective.rb b/lib/mcollective.rb index af903422..b7cd6e89 100644 --- a/lib/mcollective.rb +++ b/lib/mcollective.rb @@ -54,7 +54,7 @@ module MCollective require "mcollective/util" require "mcollective/validator" - VERSION = "2.20.7".freeze + VERSION = "2.20.8".freeze def self.version VERSION