summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-04-21 11:38:39 +0100
committerThom May <thom@chef.io>2017-04-21 11:38:39 +0100
commitdea64bb5855115fb82f59843ccc6cc74457b4b17 (patch)
tree1cd2d1ab1b9bf6644bea6c559e35bbdda0f1b3a1
parentfa61980fea73c1af05dc8a0b52cbb6099035883c (diff)
downloadchef-dea64bb5855115fb82f59843ccc6cc74457b4b17.tar.gz
Bump version back to 13.1
Signed-off-by: Thom May <thom@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 e6d3feeaff..e0c3bd329c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -96,10 +96,10 @@ GIT
PATH
remote: .
specs:
- chef (13.0.123)
+ chef (13.1.2)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.123)
+ chef-config (= 13.1.2)
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.0.123-universal-mingw32)
+ chef (13.1.2-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 13.0.123)
+ chef-config (= 13.1.2)
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.0.123)
+ chef-config (13.1.2)
addressable
fuzzyurl
mixlib-config (~> 2.0)
diff --git a/VERSION b/VERSION
index 1554a3618d..3837381805 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-13.0.123 \ No newline at end of file
+13.1.2
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 3ede665bbd..84eb333bc5 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.0.123"
+ VERSION = "13.1.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index f88e59351c..3a96f6f0c6 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.0.123"
+ VERSION = "13.1.2"
end
#