From 07044da89108f91bb5ae0fadfac8c26831600931 Mon Sep 17 00:00:00 2001 From: Rada Bogdan Raul Date: Wed, 30 Dec 2015 10:46:34 +0200 Subject: [PATCH] fix --- lib/celluloid_pubsub/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/celluloid_pubsub/version.rb b/lib/celluloid_pubsub/version.rb index 591ea0f..afa916e 100644 --- a/lib/celluloid_pubsub/version.rb +++ b/lib/celluloid_pubsub/version.rb @@ -17,7 +17,7 @@ module VERSION # minor release version MINOR = 4 # tiny release version - TINY = 0 + TINY = 1 # prelease version ( set this only if it is a prelease) PRE = nil