summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 22:13:48 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 22:13:48 +0000
commit033ca4b656b9f534130d1d416b224b005aee21fa (patch)
treea26b98614d7178038dc91c3986023ef176991b5c
parenta8e34a5793904f166beec320e833f93636ad743e (diff)
downloadchef-033ca4b656b9f534130d1d416b224b005aee21fa.tar.gz
Bump version to 14.0.94 by Expeditorv14.0.94
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 8 insertions, 8 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 15e92fe176..a970e0e873 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,10 +35,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.93)
+ chef (14.0.94)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.93)
+ chef-config (= 14.0.94)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -65,10 +65,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.0.93-universal-mingw32)
+ chef (14.0.94-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.93)
+ chef-config (= 14.0.94)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -110,7 +110,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.0.93)
+ chef-config (14.0.94)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 92ed3e3850..8d84118509 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.93 \ No newline at end of file
+14.0.94 \ No newline at end of file
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index aee1990fd2..582e8dec95 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 = "14.0.93"
+ VERSION = "14.0.94"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index c35ce9021d..8c6314cc36 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.93")
+ VERSION = Chef::VersionString.new("14.0.94")
end
#