From 842283d678f5bcbeadab2b2e18529931f09ce337 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 16 Apr 2024 22:56:07 +0900 Subject: [PATCH] Bump up version number --- lib/awspec/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/awspec/version.rb b/lib/awspec/version.rb index acd4682b..864e402a 100644 --- a/lib/awspec/version.rb +++ b/lib/awspec/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Awspec - VERSION = '1.29.3' + VERSION = '1.30.0' end