summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-09-30 11:54:10 -0700
committerJohn Keiser <john@johnkeiser.com>2015-09-30 11:54:10 -0700
commitbfe6fda62c566f6b55903f1fcc531a277d506555 (patch)
tree33c6241be289f1b8cd7d505ad5e99e08431f9680 /chef-config
parentd1a0e4b9dc4b5f00ce7fa5d56866fa0cbe8413e9 (diff)
downloadchef-bfe6fda62c566f6b55903f1fcc531a277d506555.tar.gz
Bump revision to 12.5.0jk/12.5.0-update
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 9a03cd310d..b7d7205d7e 100644
--- a/chef-config/VERSION
+++ b/chef-config/VERSION
@@ -1 +1 @@
-12.5.0.current.0
+12.5.0
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 9579f0638d..ca9e132f7c 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.current.0'
+ VERSION = '12.5.0'
end
#