Skip to content

Commit

Permalink
Bump to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rymai committed Jan 15, 2014
1 parent 3bfd946 commit e9b992a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/guard/test/version.rb
@@ -1,5 +1,5 @@
module Guard
module TestVersion
VERSION = '2.0.3'
VERSION = '2.0.4'
end
end
2 changes: 1 addition & 1 deletion spec/lib/guard/test/version_spec.rb
Expand Up @@ -3,7 +3,7 @@
describe Guard::TestVersion do

it 'has the right version number' do
expect(described_class::VERSION).to eq '2.0.3'
expect(described_class::VERSION).to eq '2.0.4'
end

end

0 comments on commit e9b992a

Please sign in to comment.