Skip to content

Commit

Permalink
Release 0.11.1 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoertink authored Jul 21, 2021
1 parent 1be9555 commit 50f28ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This generator will generate a somewhat opinionated version of:

* Simple app with assets and views (customizable between ECR and Slang) setup
* Simple API with api versioning
* Simple app backed by a database (coming soon)
* Simple app backed by a database (not implemented)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: fez
version: 0.11.0
version: 0.11.1
description: Fez is a web application generator for Kemal

authors:
Expand Down
2 changes: 1 addition & 1 deletion src/fez/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Fez
VERSION = "0.11.0"
VERSION = {{ `shards version "#{__DIR__}"`.chomp.stringify }}
end

0 comments on commit 50f28ec

Please sign in to comment.