Skip to content

Commit

Permalink
feat: bump to version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Oct 17, 2022
1 parent 7e68ba8 commit 98c4b9d
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,6 +1,6 @@
name: envtpl

version: 1.0.0
version: 1.1.0

crystal: 1.6.0

Expand Down
2 changes: 1 addition & 1 deletion src/envtpl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Crinja.filter({indent: nil}, :json) do
end

module Envtpl
VERSION = "1.0.0"
VERSION = "1.1.0"

def self.parse_args!
source_file = STDIN
Expand Down

0 comments on commit 98c4b9d

Please sign in to comment.