From 9f525597f4e40a3dfec7bf469cbe2677de58200b Mon Sep 17 00:00:00 2001 From: Thom May Date: Tue, 11 Apr 2017 11:43:44 +0100 Subject: push version back to 13.0 Signed-off-by: Thom May --- Gemfile.lock | 10 +++++----- VERSION | 2 +- chef-config/lib/chef-config/version.rb | 2 +- lib/chef/version.rb | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 38c46435d5..e45cfc0562 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,10 +96,10 @@ GIT PATH remote: . specs: - chef (13.1.2) + chef (13.0.114) addressable bundler (>= 1.10) - chef-config (= 13.1.2) + chef-config (= 13.0.114) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -126,10 +126,10 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (13.1.2-universal-mingw32) + chef (13.0.114-universal-mingw32) addressable bundler (>= 1.10) - chef-config (= 13.1.2) + chef-config (= 13.0.114) chef-zero (>= 13.0) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -171,7 +171,7 @@ PATH PATH remote: chef-config specs: - chef-config (13.1.2) + chef-config (13.0.114) addressable fuzzyurl mixlib-config (~> 2.0) diff --git a/VERSION b/VERSION index 72ec0bba13..35549fccc4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -13.1.2 \ No newline at end of file +13.0.114 diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 84eb333bc5..f49f3fdccb 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 = "13.1.2" + VERSION = "13.0.114" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 3a96f6f0c6..90a2a05284 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.1.2" + VERSION = "13.0.114" end # -- cgit v1.2.1