summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-10-07 17:46:48 -0700
committerJohn Keiser <john@johnkeiser.com>2015-10-07 17:46:48 -0700
commitcdbd244f7d1de53c7228f6758866c083ae71a3c3 (patch)
treedfd636fd620c08d96651444a5bff94daece9a9d9 /chef-config
parentececa3438f122d25986fa34557694fa1e86527d2 (diff)
downloadchef-cdbd244f7d1de53c7228f6758866c083ae71a3c3.tar.gz
Bump revision to 12.5.112.5.1stable12.5-stable
Diffstat (limited to 'chef-config')
-rw-r--r--chef-config/VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/chef-config/VERSION b/chef-config/VERSION
index b7d7205d7e..2b4b4d7cb5 100644
--- a/chef-config/VERSION
+++ b/chef-config/VERSION
@@ -1 +1 @@
-12.5.0
+12.5.1
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index ca9e132f7c..654a18eac1 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.5.0'
+ VERSION = '12.5.1'
end
#