summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-07-08 18:42:33 +0000
committerChef Expeditor <chef-ci@chef.io>2019-07-08 18:42:33 +0000
commit643899fb580385968465c7e15e4f20908fc6c5ac (patch)
treeab0b405ed07f5ef19bcacfaf444b3fd5bdee834e /chef-config/lib
parent4e9296a50fa1c92dfe13c78678a6f962f5996476 (diff)
downloadchef-643899fb580385968465c7e15e4f20908fc6c5ac.tar.gz
Bump version to 15.1.44 by Chef Expeditorv15.1.44
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index e5659a4fc3..072a2f6bcf 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.1.43".freeze
+ VERSION = "15.1.44".freeze
end
#