From 648b9ad8862586fce96fc94a72727570db7be830 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Sun, 26 Sep 2021 12:49:08 +0930 Subject: [PATCH] Bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index eb188ae..471e368 100644 --- a/main.go +++ b/main.go @@ -50,7 +50,7 @@ var defaultArgs = args{ "--newline", } -const currentVersion = "v0.03" +const currentVersion = "v0.04" //go:embed web var webFS embed.FS