Skip to content

Commit c48d9d1

Browse files
committed
Release 3.2.1.
1 parent 71c0b85 commit c48d9d1

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.1
1616

1717
* Added support for `PUBSUB` command.
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.0"
2+
VERSION = "3.2.1"
33
end

0 commit comments

Comments
 (0)