Skip to content

Commit

Permalink
Bump up version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed May 1, 2013
1 parent 295204e commit c7a0ea5
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 = 0
PATCH = 2
PATCH = 3
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
end

0 comments on commit c7a0ea5

Please # to comment.