summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-03-23 14:07:43 -0700
committerJohn Keiser <john@johnkeiser.com>2016-03-24 13:44:01 -0700
commit8b2889a132f149306876fc257c76267310005ca1 (patch)
tree16e0202dd434c8b7479911a1222700324ac07098
parent2cba5d1c5fc8e15154adab00766ba48b4dc7d726 (diff)
downloadchef-8b2889a132f149306876fc257c76267310005ca1.tar.gz
Bump 12.8 -> 12.9
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 66f325403f..d581945ced 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-12.8.9 \ No newline at end of file
+12.9.0
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 56740ccddf..e474ad51b6 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.8.9"
+ VERSION = "12.9.0"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 7504af2c01..af41980aed 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.8.9"
+ VERSION = "12.9.0"
end
#