Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yujinakayama committed Jan 25, 2018
1 parent f3b5b68 commit 780c29f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/timecop/redis/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module Redis
# http://semver.org/
module Version
MAJOR = 0
MINOR = 1
PATCH = 1
MINOR = 2
PATCH = 0

def self.to_s
[MAJOR, MINOR, PATCH].join('.')
Expand Down

0 comments on commit 780c29f

Please sign in to comment.