Skip to content

Commit cff2291

Browse files
author
AJ Christensen
committed
Bump development version (0.7.15)
1 parent 900196f commit cff2291

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

chef-server-slice/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ rescue LoadError
99
end
1010

1111
GEM_NAME = "chef-server-slice"
12-
CHEF_SERVER_VERSION="0.7.14"
12+
CHEF_SERVER_VERSION="0.7.15"
1313
AUTHOR = "Opscode"
1414
EMAIL = "chef@opscode.com"
1515
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef-server/Rakefile

Lines changed: 1 addition & 1 deletion
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.7.14"
21+
CHEF_SERVER_VERSION = "0.7.15"
2222
AUTHOR = "Opscode"
2323
EMAIL = "chef@opscode.com"
2424
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef/Rakefile

Lines changed: 1 addition & 1 deletion
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.7.14"
7+
CHEF_VERSION = "0.7.15"
88
AUTHOR = "Adam Jacob"
99
EMAIL = "adam@opscode.com"
1010
HOMEPAGE = "http://wiki.opscode.com/display/chef"

chef/lib/chef.rb

Lines changed: 1 addition & 1 deletion
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.7.14'
30+
VERSION = '0.7.15'
3131
end
3232

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

0 commit comments

Comments
 (0)