lib/mixlib/config/version.rb in mixlib-config-2.2.2 vs lib/mixlib/config/version.rb in mixlib-config-2.2.3
- old
+ new
@@ -1,8 +1,8 @@
#
-# Author:: Daniel DeLeo (<dan@opscode.com>)
-# Copyright:: Copyright (c) 2013 Opscode, Inc.
+# Author:: Daniel DeLeo (<dan@chef.io>)
+# Copyright:: Copyright (c) 2013-2016 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.2"
+ VERSION = "2.2.3"
end
end