diff --git a/lib/cfn_manage/version.rb b/lib/cfn_manage/version.rb index 72f4f86..fa54e45 100644 --- a/lib/cfn_manage/version.rb +++ b/lib/cfn_manage/version.rb @@ -1,3 +1,3 @@ module CfnManage - VERSION="0.8.0".freeze + VERSION="0.8.1".freeze end diff --git a/spec/version_spec.rb b/spec/version_spec.rb index bfecd98..d6f9399 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.0' do - expect(CfnManage::VERSION).to eq("0.8.0") + it 'is version 0.8.1' do + expect(CfnManage::VERSION).to eq("0.8.1") end end