summaryrefslogtreecommitdiff
path: root/chef/lib/chef/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2011-08-11 16:06:01 -0700
committerBryan McLellan <btm@opscode.com>2011-08-11 16:06:01 -0700
commit61092a4daa6a088fb8ea9553752a1bd50bd1bc39 (patch)
treee8233780ff17b2bddd9a7ada2c11007271a58868 /chef/lib/chef/version.rb
parentc1bc51a0f02e1553f251e01ffa64c22216ff57dd (diff)
downloadchef-61092a4daa6a088fb8ea9553752a1bd50bd1bc39.tar.gz
Bump version for development
Diffstat (limited to 'chef/lib/chef/version.rb')
-rw-r--r--chef/lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index c1f4280213..b8bd84b339 100644
--- a/chef/lib/chef/version.rb
+++ b/chef/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '0.10.4'
+ VERSION = '0.10.5'
end
# NOTE: the Chef::Version class is defined in version_class.rb