summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-30 20:02:46 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-30 20:02:46 +0000
commitd91328bc0be908fe879d7f9a4f80e2f8ea1e6a5a (patch)
treea68415b1d97f7a6d3a34fbdc6bf39192eff5df1a /chef-bin/lib/chef-bin/version.rb
parenta1abccf64a373f3cff965863fa119f809093e863 (diff)
downloadchef-d91328bc0be908fe879d7f9a4f80e2f8ea1e6a5a.tar.gz
Bump version to 15.0.245 by Chef Expeditorv15.0.245
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 952332749d..7588bb88f3 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.244".freeze
+ VERSION = "15.0.245".freeze
end
#