summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-27 12:08:33 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-27 12:08:33 -0800
commit6e1707278d44a734dc6775fc141a611127e74180 (patch)
tree9d80fd54d5a8b9692aaf1e67a4613532043c73fa /lib
parent6defab990c91e07361cc27a41d506338ca915527 (diff)
downloadchef-6e1707278d44a734dc6775fc141a611127e74180.tar.gz
Bump version to 12.7.0, and make "rake version" use just the one VERSION filejk/bump-12.7.0
Diffstat (limited to 'lib')
-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 0a7b5f66e0..a466ce6c91 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.6.0"
+ VERSION = "12.7.0"
end
#