lib/kitchen/driver/ec2_version.rb in kitchen-ec2-3.4.0 vs lib/kitchen/driver/ec2_version.rb in kitchen-ec2-3.5.0
- old
+ new
@@ -1,10 +1,10 @@
# -*- encoding: utf-8 -*-
#
# Author:: Fletcher Nichol (<fnichol@nichol.ca>)
#
-# Copyright:: 2016-2020, Chef Software, Inc.
+# Copyright:: 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.4.0".freeze
+ EC2_VERSION = "3.5.0".freeze
end
end