Skip to content

Commit

Permalink
Bump to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
genericsteele committed Aug 24, 2014
1 parent 726a88c commit eac0e5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/guard/minitest/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Guard
class MinitestVersion

VERSION = '2.3.1'
VERSION = '2.3.2'

end
end
2 changes: 1 addition & 1 deletion spec/lib/guard/minitest/version_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

describe 'VERSION' do
it 'is the current version' do
Guard::MinitestVersion::VERSION.must_equal '2.3.1'
Guard::MinitestVersion::VERSION.must_equal '2.3.2'
end
end

Expand Down

0 comments on commit eac0e5d

Please sign in to comment.