summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-09-10 16:29:56 +0000
committerChef Expeditor <chef-ci@chef.io>2019-09-10 16:29:56 +0000
commit4013d9314812e131226a32d352bbfe014d2c49ad (patch)
tree4616f01a01404e4da5943f995cce2cdcaf371417
parent0962d34da0a80f72c5b0ca5ad7ce1730b1d8b8f1 (diff)
downloadchef-4013d9314812e131226a32d352bbfe014d2c49ad.tar.gz
Bump version to 15.3.10 by Chef Expeditorv15.3.10
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--Gemfile.lock14
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
4 files changed, 10 insertions, 10 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index f5e50e209f..09cedf52b1 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.4.0)
+ chef (15.3.10)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.4.0)
+ chef-config (= 15.3.10)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -58,11 +58,11 @@ PATH
train-winrm
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.4.0-universal-mingw32)
+ chef (15.3.10-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.4.0)
+ chef-config (= 15.3.10)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -105,13 +105,13 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.4.0)
- chef (= 15.4.0)
+ chef-bin (15.3.10)
+ chef (= 15.3.10)
PATH
remote: chef-config
specs:
- chef-config (15.4.0)
+ chef-config (15.3.10)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 879b3dd6fe..fe3963d94c 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.4.0".freeze
+ VERSION = "15.3.10".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 507fe05d87..9aa3d8c27d 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.4.0".freeze
+ VERSION = "15.3.10".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 4e8abd9c2a..4d83abd4ed 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.4.0")
+ VERSION = Chef::VersionString.new("15.3.10")
end
#