lib/chef/sugar/version.rb in chef-sugar-2.5.0 vs lib/chef/sugar/version.rb in chef-sugar-3.0.0

- old
+ new

@@ -1,7 +1,7 @@ # -# Copyright 2013-2014, Seth Vargo <sethvargo@gmail.com> +# Copyright 2013-2015, Seth Vargo <sethvargo@gmail.com> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # @@ -14,8 +14,8 @@ # limitations under the License. # class Chef module Sugar - VERSION = '2.5.0' + VERSION = '3.0.0' end end