Skip to content

Commit 435ed30

Browse files
committed
Prepare 1.1.0 release
1 parent 2718c95 commit 435ed30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rpush/redis/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ module Rpush
22
module Redis
33
module VERSION
44
MAJOR = 1
5-
MINOR = 0
6-
TINY = 1
5+
MINOR = 1
6+
TINY = 0
77
PRE = nil
88

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

0 commit comments

Comments
 (0)