summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Keiser <john@johnkeiser.com>2016-01-28 15:05:55 -0800
committerJohn Keiser <john@johnkeiser.com>2016-01-28 15:05:55 -0800
commit97e3ae9540c5c663af2575c579c6e9a445848489 (patch)
treebdead4479747ab5bb4bbe222e4a590db0eca1e7a /lib
parentc6416d5ee023f2fe7744bacf0dda35defa4ea599 (diff)
parent6e1707278d44a734dc6775fc141a611127e74180 (diff)
downloadchef-97e3ae9540c5c663af2575c579c6e9a445848489.tar.gz
Merge pull request #4474 from chef/jk/bump-12.7.0
Bump version to 12.7.0, and make "rake version" use just one VERSION file
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
#