diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-12-03 16:44:32 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-12-03 16:44:32 -0800 |
commit | 1a909f7dd176f0b86885403730cfb2a3db42a712 (patch) | |
tree | 1a333f5eba700138e9f8ea59c8d194be78ebe4b5 | |
parent | 335e0f0a1b35a0d5800798a8992f397e806d89f7 (diff) | |
download | chef-1a909f7dd176f0b86885403730cfb2a3db42a712.tar.gz |
setting master to 12.1.0.dev.0 to drop ancient devodd policy
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index e0aa4c47c5..a8fc002399 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -17,7 +17,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '12.2.0.dev.0' + VERSION = '12.1.0.dev.0' end # |