We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2718c95 commit 435ed30Copy full SHA for 435ed30
lib/rpush/redis/version.rb
@@ -2,8 +2,8 @@ module Rpush
2
module Redis
3
module VERSION
4
MAJOR = 1
5
- MINOR = 0
6
- TINY = 1
+ MINOR = 1
+ TINY = 0
7
PRE = nil
8
9
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".").freeze
0 commit comments