From 27f0dee078034592ae81163ce6f9d908ba136f11 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Sat, 26 Nov 2016 18:53:06 -0500 Subject: [PATCH] Update moonshot.gemspec --- moonshot.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonshot.gemspec b/moonshot.gemspec index 9f8c974d..cda99f5a 100644 --- a/moonshot.gemspec +++ b/moonshot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'moonshot' - s.version = '1.1.0.beta1' + s.version = '1.1.0.beta2' 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.'