From b4c525bb2503c9a622097dffe9f189532b8f0ef3 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Fri, 18 Nov 2016 11:52:56 -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 4c51c13b..64eab19b 100644 --- a/moonshot.gemspec +++ b/moonshot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'moonshot' - s.version = '1.0.0.rc2' + s.version = '1.0.0.rc3' 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.'