Skip to content

Commit

Permalink
Bumping to 0.8.11 development
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Apr 1, 2010
1 parent 2a63b46 commit 9308b58
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion chef-server-api/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'merb-core'
require 'merb-core/tasks/merb'

GEM_NAME = "chef-server-api"
CHEF_SERVER_VERSION="0.8.10"
CHEF_SERVER_VERSION="0.8.11"
AUTHOR = "Opscode"
EMAIL = "chef@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef-server-webui/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require 'merb-core'
require 'merb-core/tasks/merb'

GEM_NAME = "chef-server-webui"
CHEF_SERVER_VERSION="0.8.10"
CHEF_SERVER_VERSION="0.8.11"
AUTHOR = "Opscode"
EMAIL = "chef@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef-server/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ require 'chef' unless defined?(Chef)
include FileUtils

GEM = "chef-server"
CHEF_SERVER_VERSION = "0.8.10"
CHEF_SERVER_VERSION = "0.8.11"
AUTHOR = "Opscode"
EMAIL = "chef@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef-server/bin/chef-server
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
require "rubygems"
require "merb-core"

CHEF_SERVER_VERSION = "0.8.10"
CHEF_SERVER_VERSION = "0.8.11"

[ 'chef', 'chef-server-api' ].each do |lib|
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), "..", "..", "lib")))
Expand Down
2 changes: 1 addition & 1 deletion chef-server/bin/chef-server-webui
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require "merb-core"
require library if File.exists?(library)
end

CHEF_SERVER_VERSION = "0.8.10"
CHEF_SERVER_VERSION = "0.8.11"

# Ensure the chef gem we load is the same version as the chef server
unless defined?(Chef)
Expand Down
2 changes: 1 addition & 1 deletion chef-solr/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.8.10
0.8.11
2 changes: 1 addition & 1 deletion chef-solr/lib/chef/solr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
class Chef
class Solr

VERSION = "0.8.10"
VERSION = "0.8.11"

include Chef::Mixin::XMLEscape

Expand Down
2 changes: 1 addition & 1 deletion chef/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'rake/rdoctask'
require './tasks/rspec.rb'

GEM = "chef"
CHEF_VERSION = "0.8.10"
CHEF_VERSION = "0.8.11"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef/lib/chef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Dir[File.join(File.dirname(__FILE__), 'chef/mixin/**/*.rb')].sort.each { |lib| require lib }

class Chef
VERSION = '0.8.10'
VERSION = "0.8.11"
end

# Adds a Dir.glob to Ruby 1.8.5, for compat
Expand Down

0 comments on commit 9308b58

Please sign in to comment.