diff --git a/shard.yml b/shard.yml index afdf08c38..aa9f47913 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: marten -version: 0.4.1 +version: 0.4.2 authors: - Morgan Aubert diff --git a/src/marten.cr b/src/marten.cr index 05128bb39..8ce58571b 100644 --- a/src/marten.cr +++ b/src/marten.cr @@ -40,7 +40,7 @@ require "./marten/server/**" require "./marten/template/**" module Marten - VERSION = "0.4.1" + VERSION = "0.4.2" Log = ::Log.for("marten")