summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-10 22:41:36 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-10 22:41:36 +0000
commitf8f88712817c621ff996551223a25ea1d36d6555 (patch)
tree30279aaa6b73b703a096ff03b14f4c5d24af8961 /chef-bin/lib
parentc6947163e330dd4e83cb56af748dc84bb98f646d (diff)
downloadchef-f8f88712817c621ff996551223a25ea1d36d6555.tar.gz
Bump version to 15.1.49 by Chef Expeditorv15.1.49
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 5480fbbcb8..a8d107ac0f 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.1.48".freeze
+ VERSION = "15.1.49".freeze
end
#