summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-22 17:57:48 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-22 17:57:48 +0000
commit841f8e41aea5aae10e9e267fb2fdcde2c82652ef (patch)
tree79aebcea62585298bd2e04223fd54a9ed6d86c3c
parent7568f10154b7cc31d394e854a1a851221ba18a79 (diff)
downloadchef-841f8e41aea5aae10e9e267fb2fdcde2c82652ef.tar.gz
Bump version to 14.0.73 by Expeditorv14.0.73
-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 898ba3a0c4..b39d90dedf 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,10 +35,10 @@ GIT
PATH
remote: .
specs:
- chef (14.0.72)
+ chef (14.0.73)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.72)
+ chef-config (= 14.0.73)
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.72-universal-mingw32)
+ chef (14.0.73-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.0.72)
+ chef-config (= 14.0.73)
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.72)
+ chef-config (14.0.73)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index e945f6a333..779f95cbfa 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.0.72 \ No newline at end of file
+14.0.73 \ 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 c3d2d5ae71..4910004fff 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.72"
+ VERSION = "14.0.73"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 456a59ddb5..9e6488a8a1 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.72")
+ VERSION = Chef::VersionString.new("14.0.73")
end
#