Skip to content

Commit

Permalink
Prepare 0.4.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed Feb 27, 2024
1 parent ae5e190 commit 3594e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: marten
version: 0.4.1
version: 0.4.2

authors:
- Morgan Aubert <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/marten.cr
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ require "./marten/server/**"
require "./marten/template/**"

module Marten
VERSION = "0.4.1"
VERSION = "0.4.2"

Log = ::Log.for("marten")

Expand Down

0 comments on commit 3594e89

Please sign in to comment.