Skip to content

Commit

Permalink
Bump up version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jul 25, 2013
1 parent 35ad7ed commit b3a49ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/rubocop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module RubocopVersion
# http://semver.org/
MAJOR = 0
MINOR = 2
PATCH = 0
PATCH = 1
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
end

0 comments on commit b3a49ad

Please # to comment.