From e56b540bbebdf55697a604b6cc28afabe178931f Mon Sep 17 00:00:00 2001 From: Joel Low Date: Wed, 13 Jan 2016 19:53:47 +0800 Subject: [PATCH] Version bump. --- lib/coursemology/polyglot/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/coursemology/polyglot/version.rb b/lib/coursemology/polyglot/version.rb index 1138769..08a69b0 100644 --- a/lib/coursemology/polyglot/version.rb +++ b/lib/coursemology/polyglot/version.rb @@ -1,4 +1,4 @@ module Coursemology; end module Coursemology::Polyglot - VERSION = '0.0.0' + VERSION = '0.0.1' end