Skip to content

Commit

Permalink
feat: bump to version 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Dec 10, 2023
1 parent f41b83c commit 03e27cf
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.4.1
version: 1.4.2

crystal: 1.10.1

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.4.1"
VERSION = "1.4.2"

def self.parse_args!
source_file = STDIN
Expand Down

0 comments on commit 03e27cf

Please sign in to comment.