From 6583b6dfe05f45739a8f5e5d039ff981a405f70d Mon Sep 17 00:00:00 2001 From: Pete Hodgson Date: Fri, 24 Oct 2014 07:50:47 -0700 Subject: [PATCH] bump to version 0.4.13, to stop people from picking up badly-versioned 0.4.12 --- lib/sim_launcher/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/sim_launcher/version.rb b/lib/sim_launcher/version.rb index 207c367..747e0e5 100644 --- a/lib/sim_launcher/version.rb +++ b/lib/sim_launcher/version.rb @@ -1,3 +1,3 @@ module SimLauncher - VERSION = "0.4.11" + VERSION = "0.4.13" end