From 83db1c4f1eb43f9a1d48b5d7b4e63b52884b0a8d Mon Sep 17 00:00:00 2001 From: Jerry D'Antonio Date: Fri, 10 Jul 2015 12:01:23 -0400 Subject: [PATCH] Released core/ext v0.9.0 and edge v0.1.0 --- lib/concurrent/version.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/concurrent/version.rb b/lib/concurrent/version.rb index ced6cd8b6..cf6477f82 100644 --- a/lib/concurrent/version.rb +++ b/lib/concurrent/version.rb @@ -1,4 +1,4 @@ module Concurrent - VERSION = '0.9.0.pre2' - EDGE_VERSION = '0.1.0.pre2' + VERSION = '0.9.0' + EDGE_VERSION = '0.1.0' end