Skip to content

Commit

Permalink
Merge pull request #52 from Guslington/develop
Browse files Browse the repository at this point in the history
version bump to 0.7.0
  • Loading branch information
Guslington authored Aug 9, 2019
2 parents 09e16ec + 223b772 commit fd8a904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/cfn_manage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CfnManage
VERSION="0.6.0".freeze
VERSION="0.7.0".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_manage/version'

describe 'Version' do
it 'is version 0.6.0' do
expect(CfnManage::VERSION).to eq("0.6.0")
it 'is version 0.7.0' do
expect(CfnManage::VERSION).to eq("0.7.0")
end
end

0 comments on commit fd8a904

Please sign in to comment.