From 4f7997e5bc6cb0b9e0e59cfe7733921d40b34f1b Mon Sep 17 00:00:00 2001 From: Stephen Raghunath Date: Mon, 13 Nov 2023 09:05:49 -0500 Subject: [PATCH] Update moonshot.gemspec (#304) --- moonshot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonshot.gemspec b/moonshot.gemspec index 6206b1e..875d969 100644 --- a/moonshot.gemspec +++ b/moonshot.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'moonshot' - s.version = '3.0.0' + s.version = '3.0.2' s.licenses = ['Apache-2.0'] s.summary = 'A library and CLI tool for launching services into AWS' s.description = 'A library and CLI tool for launching services into AWS.'