Skip to content

Commit ea89435

Browse files
committed
Release.
1 parent 0e1ba19 commit ea89435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
security updates in June of 2013; continuing to support it would prevent
1313
the use of newer features of Ruby.
1414

15-
# (unreleased)
15+
# 3.2.2
1616

1717
* Added support for `ZADD` options `NX`, `XX`, `CH`, `INCR`. See #547.
1818

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Redis
2-
VERSION = "3.2.1"
2+
VERSION = "3.2.2"
33
end

0 commit comments

Comments
 (0)