lib/mixlib/config/version.rb in mixlib-config-2.2.10 vs lib/mixlib/config/version.rb in mixlib-config-2.2.11

- old
+ new

@@ -1,8 +1,8 @@ # # Author:: Daniel DeLeo (<dan@chef.io>) -# Copyright:: Copyright (c) 2013-2016 Chef Software, Inc. +# Copyright:: Copyright (c) 2013-2018, Chef Software Inc. # License:: Apache License, Version 2.0 # # 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 @@ -17,9 +17,9 @@ # module Mixlib module Config - VERSION = "2.2.10" + VERSION = "2.2.11" end end