Skip to content

Commit

Permalink
bump version to 0.9.8 final
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Aug 5, 2010
1 parent fad375c commit f61c6a4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chef-server-api/lib/chef-server-api/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChefServerApi
VERSION = '0.9.8.rc.0'
VERSION = '0.9.8'
end
2 changes: 1 addition & 1 deletion chef-server-webui/lib/chef-server-webui/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChefServerWebui
VERSION = '0.9.8.rc.0'
VERSION = '0.9.8'
end
2 changes: 1 addition & 1 deletion chef-server/lib/chef-server/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
#

module ChefServer
VERSION = '0.9.8.rc.0'
VERSION = '0.9.8'
end
2 changes: 1 addition & 1 deletion chef-solr/lib/chef/solr/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Chef
class Solr
VERSION = '0.9.8.rc.0'
VERSION = '0.9.8'
end
end
2 changes: 1 addition & 1 deletion chef/lib/chef/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
VERSION = '0.9.8.rc.0'
VERSION = '0.9.8'
end

0 comments on commit f61c6a4

Please sign in to comment.