Skip to content

Commit

Permalink
feat: bump to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Apr 20, 2023
1 parent b59d4f6 commit c884638
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.3.1
version: 1.4.0

crystal: 1.8.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.3.1"
VERSION = "1.4.0"

def self.parse_args!
source_file = STDIN
Expand Down

0 comments on commit c884638

Please sign in to comment.