Skip to content

Commit

Permalink
Bump version to 0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Dec 11, 2012
1 parent ea0be24 commit 4fc90e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
0.12.4.pre
----------
0.12.4
------
* Bugfix: Clear dead/crashed actors out of links
* Bugfix: Exclusive mode was broken
* Bugfix: Celluloid::SupervisionGroup#run was broken
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Celluloid
VERSION = '0.12.4.pre2'
VERSION = '0.12.4'
def self.version; VERSION; end
end

0 comments on commit 4fc90e1

Please sign in to comment.