Skip to content

Commit

Permalink
Merge pull request #64 from Guslington/develop
Browse files Browse the repository at this point in the history
version bump to 0.8.2
  • Loading branch information
Guslington authored Nov 1, 2019
2 parents 215b129 + 7e9cb2d commit 6344f4a
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.8.1".freeze
VERSION="0.8.2".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.8.1' do
expect(CfnManage::VERSION).to eq("0.8.1")
it 'is version 0.8.2' do
expect(CfnManage::VERSION).to eq("0.8.2")
end
end

0 comments on commit 6344f4a

Please sign in to comment.