Skip to content

Commit

Permalink
Chef 0.10.10.beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
btm committed Apr 6, 2012
1 parent de3585f commit 6825ebe
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion chef-expander/lib/chef/expander/version.rb
Expand Up @@ -23,7 +23,7 @@
module Chef module Chef
module Expander module Expander


VERSION = "0.10.9" VERSION = "0.10.10.beta.1"


def self.version def self.version
@rev ||= begin @rev ||= begin
Expand Down
2 changes: 1 addition & 1 deletion chef-server-api/lib/chef-server-api/version.rb
@@ -1,3 +1,3 @@
module ChefServerApi module ChefServerApi
VERSION = '0.10.9' VERSION = '0.10.10.beta.1'
end end
2 changes: 1 addition & 1 deletion chef-server-webui/lib/chef-server-webui/version.rb
@@ -1,3 +1,3 @@
module ChefServerWebui module ChefServerWebui
VERSION = '0.10.9' VERSION = '0.10.10.beta.1'
end end
2 changes: 1 addition & 1 deletion chef-server/lib/chef-server/version.rb
Expand Up @@ -17,5 +17,5 @@
# #


module ChefServer module ChefServer
VERSION = '0.10.9' VERSION = '0.10.10.beta.1'
end end
2 changes: 1 addition & 1 deletion chef-solr/lib/chef/solr/version.rb
@@ -1,6 +1,6 @@
class Chef class Chef
class Solr class Solr
VERSION = '0.10.9' VERSION = '0.10.10.beta.1'


# Solr Schema. Used to detect incompatibilities between installed solr and # Solr Schema. Used to detect incompatibilities between installed solr and
# chef-solr versions. # chef-solr versions.
Expand Down
2 changes: 1 addition & 1 deletion chef/lib/chef/version.rb
Expand Up @@ -17,7 +17,7 @@


class Chef class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION = '0.10.9' VERSION = '0.10.10.beta.1'
end end


# NOTE: the Chef::Version class is defined in version_class.rb # NOTE: the Chef::Version class is defined in version_class.rb

0 comments on commit 6825ebe

Please sign in to comment.