summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-05 20:19:08 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-05 20:19:08 +0000
commit45b4035e98457536e1c173da23576b45c96d6db7 (patch)
tree6b0c3dc8e4506d503aca62ee91d362a9c44cc2fc /chef-bin/lib
parentac544600f2896bd53961401b6922e2914de089ac (diff)
downloadchef-45b4035e98457536e1c173da23576b45c96d6db7.tar.gz
Bump version to 15.3.3 by Chef Expeditorv15.3.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 507ebc56fe..3f96d094de 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.3.2".freeze
+ VERSION = "15.3.3".freeze
end
#