lib/kitchen/driver/ec2_version.rb in kitchen-ec2-3.17.0 vs lib/kitchen/driver/ec2_version.rb in kitchen-ec2-3.17.1

- old
+ new

@@ -15,12 +15,10 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. module Kitchen - module Driver - # Version string for EC2 Test Kitchen driver - EC2_VERSION = "3.17.0".freeze + EC2_VERSION = "3.17.1".freeze end end