From 168fc7b9db15e5d146482332995ef962be0d53f1 Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Wed, 27 Aug 2014 11:40:23 +0200 Subject: [PATCH] Bump version to 0.1.0 --- lib/the_moderator/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/the_moderator/version.rb b/lib/the_moderator/version.rb index 5c0c1f5..542100a 100644 --- a/lib/the_moderator/version.rb +++ b/lib/the_moderator/version.rb @@ -1,3 +1,3 @@ module TheModerator - VERSION = "0.0.1" + VERSION = "0.1.0" end