From e93f663ec7ee39dd831443f33432dc0b595b16ff Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Tue, 15 May 2018 08:29:26 -0400 Subject: [PATCH] Update moonshot.gemspec --- moonshot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonshot.gemspec b/moonshot.gemspec index cc551b67..79fde92a 100644 --- a/moonshot.gemspec +++ b/moonshot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'moonshot' - s.version = '2.0.0.beta5' + s.version = '2.0.0.beta6' 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.'