From b76a85abf907e8b6eaf8129b8ce83c4f9909246d Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Mon, 19 Sep 2016 20:54:46 -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 2bf98d62..20d3877c 100644 --- a/moonshot.gemspec +++ b/moonshot.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'moonshot' - s.version = '0.7.6' + s.version = '0.7.7' s.licenses = ['Apache-2.0'] s.summary = 'A library for launching services into AWS' s.description = 'A library for launching services into AWS.'