Skip to content

Commit

Permalink
bump to version 0.9.12 for bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Oct 22, 2010
1 parent dcd175a commit 06515a5
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'
VERSION = '0.9.12'
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'
VERSION = '0.9.12'
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'
VERSION = '0.9.12'
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'
VERSION = '0.9.12'
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'
VERSION = '0.9.12'
end

0 comments on commit 06515a5

Please sign in to comment.