diff options
author | Thom May <thom@chef.io> | 2017-04-11 11:43:44 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-11 11:43:44 +0100 |
commit | 9f525597f4e40a3dfec7bf469cbe2677de58200b (patch) | |
tree | 9b89109a43f81ad627958534cd9d5fe599b86a24 | |
parent | 42d2a515571e60607a6b9b195d409784105b7e80 (diff) | |
download | chef-9f525597f4e40a3dfec7bf469cbe2677de58200b.tar.gz |
push version back to 13.0
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | 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) @@ -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 # |