From 2f0507f4a35b36a10e869c4fb73f9ac93ddc8064 Mon Sep 17 00:00:00 2001 From: Jonathan B Date: Wed, 19 Feb 2020 19:24:51 +0100 Subject: Move client to class --- src/twitcr.cr | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/twitcr.cr') diff --git a/src/twitcr.cr b/src/twitcr.cr index 24af4d4..0d63180 100644 --- a/src/twitcr.cr +++ b/src/twitcr.cr @@ -1,7 +1,5 @@ require "./twitcr/**" module Twitcr - VERSION = "0.1.0" - - # TODO: Put your code here + VERSION = "0.2.0" end -- cgit v1.2.3