From 0a5d9f370d8bfd6be7fad2f0947f3d393123e5a6 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Tue, 7 May 2013 17:01:58 -0700 Subject: [PATCH] Bump version to 0.14.0 --- CHANGES.md | 4 ++-- lib/celluloid/zmq/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a82a7bc..d13592e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,5 @@ -0.14.0 ------- +0.14.0 (2013-05-07) +------------------- * Add pubsub example * Add identity support to Sockets * Depend on EventedMailbox from core instead of celluloid-io diff --git a/lib/celluloid/zmq/version.rb b/lib/celluloid/zmq/version.rb index 6c62331..9db4ce7 100644 --- a/lib/celluloid/zmq/version.rb +++ b/lib/celluloid/zmq/version.rb @@ -1,5 +1,5 @@ module Celluloid module ZMQ - VERSION = "0.14.0.pre" + VERSION = "0.14.0" end end