summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorScott Christopherson <scott@scott-christopherson.com>2017-01-23 21:30:46 -0500
committerScott Christopherson <scott@scott-christopherson.com>2017-01-25 09:49:32 -0500
commit1fedf3350cb74739f471680f098d6657da1889bf (patch)
tree491d148389459f9dfed70cb437f7920bb8e31b56 /lib
parent7eb25ecc82dd4737c3397c5fa421ee909a969725 (diff)
downloadchef-1fedf3350cb74739f471680f098d6657da1889bf.tar.gz
Bump minor version to 12.19
Signed-off-by: Scott Christopherson <scott@chef.io>
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 2bacb551ed..6c66fa7514 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.18.53"
+ VERSION = "12.19.0"
end
#