summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wrock <matt@mattwrock.com>2016-03-09 18:15:12 -0800
committerMatt Wrock <matt@mattwrock.com>2016-03-09 18:15:12 -0800
commitea40a5fbc04d46eeed54994009d1fdb287da7431 (patch)
tree74037f8327bc8066f069be4094f73692d5837ee3
parentf15eba0ec1e33a60236ebc864d10e662278c5d90 (diff)
downloadchef-bump_versions.tar.gz
post release version bump to 12.8.2bump_versions
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 38635885c6..68a09d671b 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.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = "12.8.1"
+ VERSION = "12.8.2"
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index c1a094c663..3be971c14f 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = "12.8.1"
+ VERSION = "12.8.2"
end
#