From 24b4466f1bb47a748db3667af55ca4bc4159785b Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Mon, 15 Dec 2014 00:05:40 -0500 Subject: [PATCH] Jump up to 0.9.0 since we have most everything in there. Just need to up the test coverage on Vehicle to ensure everything is A-OK. --- lib/tesla_api/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tesla_api/version.rb b/lib/tesla_api/version.rb index 7cccf59f..a608a8e4 100644 --- a/lib/tesla_api/version.rb +++ b/lib/tesla_api/version.rb @@ -1,3 +1,3 @@ module TeslaApi - VERSION = "0.1.0" + VERSION = "0.9.0" end