Skip to content

Commit

Permalink
Prepare 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ellmetha committed May 5, 2024
1 parent ac0b9ba commit 6c6086e
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.4
version: 0.4.5

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.4"
VERSION = "0.4.5"

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

Expand Down

0 comments on commit 6c6086e

Please sign in to comment.