Skip to content

Commit 57626a9

Browse files
committed
Prepare 1.0.0 release
1 parent 1746652 commit 57626a9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

lib/rpush/redis/version.rb

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
module Rpush
22
module Redis
3-
VERSION = '0.4.1'
3+
module VERSION
4+
MAJOR = 1
5+
MINOR = 0
6+
TINY = 0
7+
PRE = nil
8+
9+
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
10+
11+
def self.to_s
12+
STRING
13+
end
14+
end
415
end
516
end

0 commit comments

Comments
 (0)