Skip to content

Commit

Permalink
version bumo to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Dec 19, 2019
1 parent bdb2125 commit 0637213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cfn_monitor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CfnMonitor
VERSION = "0.4.3".freeze
VERSION = "0.4.4".freeze
end
4 changes: 2 additions & 2 deletions spec/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'cfn_monitor/version'

describe 'Version' do
it 'is equal to 0.4.3' do
expect(CfnMonitor::VERSION).to eq("0.4.3")
it 'is equal to 0.4.4' do
expect(CfnMonitor::VERSION).to eq("0.4.4")
end
end

0 comments on commit 0637213

Please sign in to comment.