From 4eebecc32582081b71a46700fe85ae068cd0fd51 Mon Sep 17 00:00:00 2001 From: Melvin Lammerts Date: Thu, 24 Nov 2016 21:56:01 +0100 Subject: [PATCH] Release v2.0.2 --- lib/vcsmap.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vcsmap.rb b/lib/vcsmap.rb index aa1fac9..b89768e 100644 --- a/lib/vcsmap.rb +++ b/lib/vcsmap.rb @@ -26,5 +26,5 @@ require_relative 'vcsmap/providers/github' module Vcsmap - VERSION = '2.0.1'.freeze + VERSION = '2.0.2'.freeze end