From a8799a9ea5600b56317825d553244d9a9af8acc9 Mon Sep 17 00:00:00 2001 From: Berg Date: Mon, 21 Dec 2015 15:24:25 -0600 Subject: [PATCH] Update version number --- lib/github_to_trello/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_to_trello/version.rb b/lib/github_to_trello/version.rb index e79759a..63fb5a8 100644 --- a/lib/github_to_trello/version.rb +++ b/lib/github_to_trello/version.rb @@ -1,3 +1,3 @@ module GithubToTrello - VERSION = "1.0.1" + VERSION = "1.0.2" end