Skip to content

Commit

Permalink
bump version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Feb 10, 2019
1 parent a27fb89 commit 14d3bcf
Showing 1 changed file with 2 additions and 2 deletions.
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.2.0' do
expect(CfnMonitor::VERSION).to eq("0.2.0")
it 'is equal to 0.3.0' do
expect(CfnMonitor::VERSION).to eq("0.3.0")
end
end

0 comments on commit 14d3bcf

Please sign in to comment.