Skip to content

Commit

Permalink
Bump version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jul 17, 2012
1 parent 41933c6 commit 4ff10f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
@@ -1,5 +1,5 @@
HEAD
----
0.11.1
------
* 'exclusive' class method marks methods as always exclusive and runs them
outside of a Fiber (useful if you need more stack than Fibers provide)
* Celluloid::PoolManager returns its own class when #class is called, instead
Expand Down
2 changes: 1 addition & 1 deletion lib/celluloid/version.rb
@@ -1,4 +1,4 @@
module Celluloid
VERSION = '0.11.0'
VERSION = '0.11.1'
def self.version; VERSION; end
end

0 comments on commit 4ff10f0

Please sign in to comment.