lib/mixlib/versioning/version.rb in mixlib-versioning-1.0.0 vs lib/mixlib/versioning/version.rb in mixlib-versioning-1.1.0
- old
+ new
@@ -1,7 +1,7 @@
#
-# Author:: Seth Chisamore (<schisamo@opscode.com>)
+# Author:: Seth Chisamore (<schisamo@chef.io>)
# Copyright:: Copyright (c) 2013 Opscode, 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.
@@ -16,8 +16,8 @@
# limitations under the License.
#
module Mixlib
class Versioning
- VERSION = "1.0.0"
+ VERSION = '1.1.0'
end
end