diff --git a/lib/cfn_manage/version.rb b/lib/cfn_manage/version.rb index fa54e45..b8c109e 100644 --- a/lib/cfn_manage/version.rb +++ b/lib/cfn_manage/version.rb @@ -1,3 +1,3 @@ module CfnManage - VERSION="0.8.1".freeze + VERSION="0.8.2".freeze end diff --git a/spec/version_spec.rb b/spec/version_spec.rb index d6f9399..b63beb4 100644 --- a/spec/version_spec.rb +++ b/spec/version_spec.rb @@ -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