Skip to content

Commit

Permalink
bump to 0.10 beta 7
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Apr 6, 2011
1 parent 769414b commit abd5013
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chef-expander/lib/chef/expander/version.rb
Expand Up @@ -23,7 +23,7 @@
module Chef
module Expander

VERSION = "0.10.0.beta.6"
VERSION = "0.10.0.beta.7"

def self.version
@rev ||= begin
Expand Down
6 changes: 3 additions & 3 deletions chef-server-api/Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: ../chef
specs:
chef (0.10.0.beta.6)
chef (0.10.0.beta.7)
bunny (>= 0.6.0)
erubis
highline
Expand All @@ -21,8 +21,8 @@ PATH
PATH
remote: ../chef-solr
specs:
chef-solr (0.10.0.beta.6)
chef (= 0.10.0.beta.6)
chef-solr (0.10.0.beta.7)
chef (= 0.10.0.beta.7)

GEM
remote: http://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion chef-server-api/lib/chef-server-api/version.rb
@@ -1,3 +1,3 @@
module ChefServerApi
VERSION = '0.10.0.beta.6'
VERSION = '0.10.0.beta.7'
end
2 changes: 1 addition & 1 deletion chef-server-webui/lib/chef-server-webui/version.rb
@@ -1,3 +1,3 @@
module ChefServerWebui
VERSION = '0.10.0.beta.6'
VERSION = '0.10.0.beta.7'
end
2 changes: 1 addition & 1 deletion chef-server/lib/chef-server/version.rb
Expand Up @@ -17,5 +17,5 @@
#

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

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

class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION = '0.10.0.beta.6'
VERSION = '0.10.0.beta.7'
end

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

0 comments on commit abd5013

Please sign in to comment.