Skip to content

Commit

Permalink
Version 0.2.7 is on the books
Browse files Browse the repository at this point in the history
  • Loading branch information
jashkenas committed Oct 19, 2009
1 parent adfce5c commit 0335aad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cloud-crowd.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'cloud-crowd'
s.version = '0.2.6' # Keep version in sync with cloud-cloud.rb
s.date = '2009-10-05'
s.version = '0.2.7' # Keep version in sync with cloud-cloud.rb
s.date = '2009-10-19'

s.homepage = "http://wiki.github.com/documentcloud/cloud-crowd"
s.summary = "Parallel Processing for the Rest of Us"
Expand Down
2 changes: 1 addition & 1 deletion lib/cloud-crowd.rb
Expand Up @@ -44,7 +44,7 @@ module CloudCrowd
autoload :WorkUnit, 'cloud_crowd/models'

# Keep this version in sync with the gemspec.
VERSION = '0.2.6'
VERSION = '0.2.7'

# Increment the schema version when there's a backwards incompatible change.
SCHEMA_VERSION = 3
Expand Down

0 comments on commit 0335aad

Please sign in to comment.