Skip to content

Commit

Permalink
Bump version in Gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri committed Jun 23, 2014
1 parent 245b6a8 commit 7efd2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celluloid.gemspec
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |gem|
gem.name = 'celluloid'
gem.version = '0.16.0.pre'
gem.version = '0.16.0.pre2'
gem.platform = Gem::Platform::RUBY
gem.summary = 'Actor-based concurrent object framework for Ruby'
gem.description = 'Celluloid enables people to build concurrent programs out of concurrent objects just as easily as they build sequential programs out of sequential objects'
Expand Down

0 comments on commit 7efd2f9

Please sign in to comment.