lib/kitchen/driver/ec2_version.rb in kitchen-ec2-2.1.0 vs lib/kitchen/driver/ec2_version.rb in kitchen-ec2-2.2.0

- old
+ new

@@ -1,10 +1,11 @@ # -*- encoding: utf-8 -*- # # Author:: Fletcher Nichol (<fnichol@nichol.ca>) # -# Copyright (C) 2012, Fletcher Nichol +# Copyright:: 2016-2018, Chef Software, Inc. +# Copyright:: 2012-2018, Fletcher Nichol # # 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 # @@ -19,8 +20,8 @@ module Kitchen module Driver # Version string for EC2 Test Kitchen driver - EC2_VERSION = "2.1.0" + EC2_VERSION = "2.2.0" end end