diff --git a/shard.yml b/shard.yml index a331da6..93e4721 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: crotest -version: 0.1.1 +version: 0.1.2 authors: - Emiliano Mancuso diff --git a/src/crotest/version.cr b/src/crotest/version.cr index dfa9e59..0bd3a09 100644 --- a/src/crotest/version.cr +++ b/src/crotest/version.cr @@ -1,3 +1,3 @@ module Crotest - VERSION = "0.1.1" + VERSION = "0.1.2" end