Skip to content

Commit

Permalink
Bump up version to 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jul 1, 2013
1 parent 1335a26 commit e87a23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/guard/rubocop/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module Guard
module RubocopVersion
# http://semver.org/
MAJOR = 0
MINOR = 0
PATCH = 4
MINOR = 1
PATCH = 0
VERSION = [MAJOR, MINOR, PATCH].join('.')
end
end

0 comments on commit e87a23b

Please sign in to comment.