Skip to content

Commit

Permalink
bump to dev version 0.8.17
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed May 12, 2010
1 parent 8152add commit 0183f93
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.16"
CHEF_SERVER_VERSION="0.8.17"
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.16"
CHEF_SERVER_VERSION="0.8.17"
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.16
0.8.17
2 changes: 1 addition & 1 deletion chef-solr/lib/chef/solr.rb
Expand Up @@ -34,7 +34,7 @@
class Chef
class Solr

VERSION = "0.8.16"
VERSION = "0.8.17"

include Chef::Mixin::XMLEscape

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

GEM = "chef"
CHEF_VERSION = "0.8.16"
CHEF_VERSION = "0.8.17"
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 @@ -33,7 +33,7 @@
require 'chef/handler/json_file'

class Chef
VERSION = "0.8.16"
VERSION = "0.8.17"
end

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

0 comments on commit 0183f93

Please sign in to comment.