Skip to content

Commit

Permalink
Release 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Mar 18, 2010
1 parent 863f144 commit 156f667
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion chef-server-api/Rakefile
Expand Up @@ -5,7 +5,7 @@ require 'merb-core'
require 'merb-core/tasks/merb'

GEM_NAME = "chef-server-api"
CHEF_SERVER_VERSION="0.8.7"
CHEF_SERVER_VERSION="0.8.8"
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
Expand Up @@ -5,7 +5,7 @@ require 'merb-core'
require 'merb-core/tasks/merb'

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

GEM = "chef-server"
CHEF_SERVER_VERSION = "0.8.7"
CHEF_SERVER_VERSION = "0.8.8"
AUTHOR = "Opscode"
EMAIL = "chef@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/chef"
Expand Down
2 changes: 1 addition & 1 deletion chef-solr/VERSION
@@ -1 +1 @@
0.8.7
0.8.8
2 changes: 1 addition & 1 deletion chef-solr/lib/chef/solr.rb
Expand Up @@ -35,7 +35,7 @@
class Chef
class Solr

VERSION = "0.8.6"
VERSION = "0.8.8"

include Chef::Mixin::XMLEscape

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

GEM = "chef"
CHEF_VERSION = "0.8.7"
CHEF_VERSION = "0.8.8"
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
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.7'
VERSION = '0.8.8'
end

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

0 comments on commit 156f667

Please sign in to comment.