lib/kitchen/driver/ec2_version.rb in kitchen-ec2-3.2.0 vs lib/kitchen/driver/ec2_version.rb in kitchen-ec2-3.3.0

- old
+ new

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