summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2015-06-23 13:48:55 -0700
committerJohn Keiser <john@johnkeiser.com>2015-06-23 13:48:55 -0700
commit82ecae4cbf8bb7924da972576f23cfd267282018 (patch)
tree6705b59562c24192118eda1f2b2f457f91354315 /lib/chef
parent35e07bb402a215389eb674045cec78364a64a779 (diff)
downloadchef-jk/master12_5.tar.gz
Bump revision to 12.5.0.current.0jk/master12_5
Diffstat (limited to 'lib/chef')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 80fd422c55..743a99824d 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.4.0.rc.2'
+ VERSION = '12.5.0.current.0'
end
#