Skip to content

Commit

Permalink
bump version for next RC
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Oct 12, 2010
1 parent 91c4c0f commit 6881e07
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chef-server-api/lib/chef-server-api/version.rb
@@ -1,3 +1,3 @@
module ChefServerApi
VERSION = '0.9.10.rc.2'
VERSION = '0.9.10.rc.3'
end
2 changes: 1 addition & 1 deletion chef-server-webui/lib/chef-server-webui/version.rb
@@ -1,3 +1,3 @@
module ChefServerWebui
VERSION = '0.9.10.rc.2'
VERSION = '0.9.10.rc.3'
end
2 changes: 1 addition & 1 deletion chef-server/lib/chef-server/version.rb
Expand Up @@ -17,5 +17,5 @@
#

module ChefServer
VERSION = '0.9.10.rc.2'
VERSION = '0.9.10.rc.3'
end
2 changes: 1 addition & 1 deletion chef-solr/lib/chef/solr/version.rb
@@ -1,5 +1,5 @@
class Chef
class Solr
VERSION = '0.9.10.rc.2'
VERSION = '0.9.10.rc.3'
end
end
2 changes: 1 addition & 1 deletion chef/lib/chef/version.rb
Expand Up @@ -17,5 +17,5 @@

class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION = '0.9.10.rc.2'
VERSION = '0.9.10.rc.3'
end

0 comments on commit 6881e07

Please sign in to comment.