Skip to content

Commit

Permalink
Prepare 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aried3r committed Feb 22, 2018
1 parent 1746652 commit 57626a9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion lib/rpush/redis/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
module Rpush
module Redis
VERSION = '0.4.1'
module VERSION
MAJOR = 1
MINOR = 0
TINY = 0
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze

def self.to_s
STRING
end
end
end
end

0 comments on commit 57626a9

Please sign in to comment.