summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsdelano <stephen@opscode.com>2017-04-30 13:17:10 -0700
committersdelano <stephen@opscode.com>2017-04-30 14:01:33 -0700
commit84a3d9805cb61d50c37b0c30f8d9a87e2d7290da (patch)
tree970a57715329763e4cea86af3dcef8eef7c14cbb
parent121483143b04892a7a88857cb8b1108aed4dec48 (diff)
downloadchef-84a3d9805cb61d50c37b0c30f8d9a87e2d7290da.tar.gz
bump to version 12.20.3sd/version-12.20.3
Signed-off-by: Stephen Delano <stephen@chef.io>
-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 ef2824f0aa..f33320cded 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -46,10 +46,10 @@ GIT
PATH
remote: .
specs:
- chef (12.20.2)
+ chef (12.20.3)
addressable
bundler (>= 1.10)
- chef-config (= 12.20.2)
+ chef-config (= 12.20.3)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -75,10 +75,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (12.20.2-universal-mingw32)
+ chef (12.20.3-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 12.20.2)
+ chef-config (= 12.20.3)
chef-zero (>= 4.8)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -119,7 +119,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (12.20.2)
+ chef-config (12.20.3)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index d02e3d04e5..73b34f6ab7 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.20.2 \ No newline at end of file
+12.20.3 \ 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 e817210a96..2f7ebe7e34 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 = "12.20.2"
+ VERSION = "12.20.3"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 2b940ded66..9f34f0aa5d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.20.2"
+ VERSION = "12.20.3"
end
#