diff options
Diffstat (limited to 'src/twitcr.cr')
-rw-r--r-- | src/twitcr.cr | 4 |
1 files changed, 1 insertions, 3 deletions
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 |