Skip to content

Commit

Permalink
Merge pull request #56 from ripienaar/2208
Browse files Browse the repository at this point in the history
(misc) Release 2.20.8
  • Loading branch information
ripienaar authored Nov 26, 2019
2 parents 6eefbd4 + 476286c commit d750f7a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/mcollective.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d750f7a

Please sign in to comment.