Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
Prepare for 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Nov 9, 2014
1 parent 92c2603 commit 2107074
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lib/redditkit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@ module RedditKit
# A class for managing RedditKit's version number.
class Version
MAJOR = 1
MINOR = 0
PATCH = 1
MINOR = 1
PATCH = 0

class << self

# Return RedditKit.rb's version number as a string.
def to_s
[MAJOR, MINOR, PATCH].join('.')
end

end

end
end

0 comments on commit 2107074

Please sign in to comment.