From f137faa49f4efd6c3062df4c4829eed613619863 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Wed, 15 Nov 2017 11:56:52 -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 6c6a2cfe..1209ca58 100644 --- a/moonshot.gemspec +++ b/moonshot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'moonshot' - s.version = '2.0.0.beta3' + s.version = '2.0.0.beta4' 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.'