diff --git a/shard.yml b/shard.yml index fc4a944..c6248f7 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crotest -version: 0.0.2 +version: 0.0.3 authors: - Emiliano Mancuso diff --git a/src/crotest/version.cr b/src/crotest/version.cr index 23be6d7..add6aa7 100644 --- a/src/crotest/version.cr +++ b/src/crotest/version.cr @@ -1,3 +1,3 @@ module Crotest - VERSION = "0.0.2" + VERSION = "0.0.3" end