Skip to content

Commit 02ebc70

Browse files
committed
Marking Chef 0.8.4 for release
1 parent 6ffa028 commit 02ebc70

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

chef-server-api/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'merb-core'
55
require 'merb-core/tasks/merb'
66

77
GEM_NAME = "chef-server-api"
8-
CHEF_SERVER_VERSION="0.8.2"
8+
CHEF_SERVER_VERSION="0.8.4"
99
AUTHOR = "Opscode"
1010
1111
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef-server-webui/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'merb-core'
55
require 'merb-core/tasks/merb'
66

77
GEM_NAME = "chef-server-webui"
8-
CHEF_SERVER_VERSION="0.8.2"
8+
CHEF_SERVER_VERSION="0.8.4"
99
AUTHOR = "Opscode"
1010
1111
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef-server/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require 'chef' unless defined?(Chef)
1818
include FileUtils
1919

2020
GEM = "chef-server"
21-
CHEF_SERVER_VERSION = "0.8.2"
21+
CHEF_SERVER_VERSION = "0.8.4"
2222
AUTHOR = "Opscode"
2323
2424
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef-solr/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.2
1+
0.8.4

chef/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ require 'rake/rdoctask'
44
require './tasks/rspec.rb'
55

66
GEM = "chef"
7-
CHEF_VERSION = "0.8.2"
7+
CHEF_VERSION = "0.8.4"
88
AUTHOR = "Adam Jacob"
99
1010
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef/lib/chef.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
Dir[File.join(File.dirname(__FILE__), 'chef/mixin/**/*.rb')].sort.each { |lib| require lib }
2828

2929
class Chef
30-
VERSION = '0.8.2'
30+
VERSION = '0.8.4'
3131
end
3232

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

0 commit comments

Comments
 (0)