From da15775679db52b8f59df18a144c67a2da2715c8 Mon Sep 17 00:00:00 2001 From: Igor Serebryany Date: Wed, 27 Jul 2016 17:58:11 -0700 Subject: [PATCH] [stemcell] bump version to v0.10.0 changes are mainly around adding support for some additional options and refactoring the launch flow --- lib/stemcell/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stemcell/version.rb b/lib/stemcell/version.rb index 45290c5..044d8d8 100644 --- a/lib/stemcell/version.rb +++ b/lib/stemcell/version.rb @@ -1,3 +1,3 @@ module Stemcell - VERSION = "0.9.1" + VERSION = "0.10.0" end