summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-03-19 17:01:43 +0000
committerChef Expeditor <chef-ci@chef.io>2019-03-19 17:01:43 +0000
commit1b2bcba4cbbfebae3bb962357155a40dd195c17f (patch)
tree04d20152e207ea3784ff4d6c160b9e76f429c3ed
parent64846b3e27589c13a8bd617be1ea4373ca738158 (diff)
downloadchef-1b2bcba4cbbfebae3bb962357155a40dd195c17f.tar.gz
Bump version to 15.0.194 by Chef Expeditorv15.0.194
Obvious fix; these changes are the result of automation not creative thinking.
-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 b7eb35174a..82e0d272c4 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.193)
+ chef (15.0.194)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.193)
+ chef-config (= 15.0.194)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -51,10 +51,10 @@ PATH
proxifier (~> 1.0)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.193-universal-mingw32)
+ chef (15.0.194-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.193)
+ chef-config (= 15.0.194)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -92,7 +92,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.193)
+ chef-config (15.0.194)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
diff --git a/VERSION b/VERSION
index da4fe23367..4549c5a1ff 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.193 \ No newline at end of file
+15.0.194 \ 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 876efa0717..aa7f82f1d8 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.0.193".freeze
+ VERSION = "15.0.194".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 867ccb1f6d..0ec44d1e34 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("15.0.193")
+ VERSION = Chef::VersionString.new("15.0.194")
end
#