Skip to content

Commit

Permalink
(misc) Release 2.23.3
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Jan 13, 2021
1 parent fb08c47 commit e3d9011
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 |
|----------|------|---------------------------------------------------------------------------------------------------------|
|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 |
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.23.2"
PROJ_VERSION = "2.23.3"

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 @@ -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
Expand Down

0 comments on commit e3d9011

Please sign in to comment.