diff options
author | sdelano <stephen@opscode.com> | 2017-04-30 13:17:10 -0700 |
---|---|---|
committer | sdelano <stephen@opscode.com> | 2017-04-30 14:01:33 -0700 |
commit | 84a3d9805cb61d50c37b0c30f8d9a87e2d7290da (patch) | |
tree | 970a57715329763e4cea86af3dcef8eef7c14cbb /lib | |
parent | 121483143b04892a7a88857cb8b1108aed4dec48 (diff) | |
download | chef-84a3d9805cb61d50c37b0c30f8d9a87e2d7290da.tar.gz |
bump to version 12.20.3sd/version-12.20.3
Signed-off-by: Stephen Delano <stephen@chef.io>
Diffstat (limited to 'lib')
-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 2b940ded66..9f34f0aa5d 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.20.2" + VERSION = "12.20.3" end # |