summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-15 17:55:55 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-15 17:55:55 +0000
commit94e341db5197050512d91e09cfabbae305f49fba (patch)
treed780632451069e97208f8fe42589ee23a17bfcf8 /chef-bin/lib/chef-bin/version.rb
parent33af718399e84c71fd586153b97cf70a2bf8dded (diff)
downloadchef-94e341db5197050512d91e09cfabbae305f49fba.tar.gz
Bump version to 15.0.297 by Chef Expeditorv15.0.297
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 995f1070b5..7a806466d3 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.0.296".freeze
+ VERSION = "15.0.297".freeze
end
#