From 81845ccc8271ebf7b4196e3f4c1e901f3d00fecd Mon Sep 17 00:00:00 2001 From: Christian Kakesa Date: Mon, 4 Jan 2016 04:13:37 +0100 Subject: [PATCH] Bump to version 0.2.0. --- lib/netsoul/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/netsoul/version.rb b/lib/netsoul/version.rb index d306b11..65c77cb 100644 --- a/lib/netsoul/version.rb +++ b/lib/netsoul/version.rb @@ -1,3 +1,3 @@ module Netsoul - VERSION = '0.1.0'.freeze + VERSION = '0.2.0'.freeze end