From 4840ec2b2a1f0d8786af1fe22ce7696a802ce637 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 18 Jun 2022 10:24:37 +0300 Subject: [PATCH] build: bump version --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index fed77d2d..5ffb6071 100644 --- a/main.go +++ b/main.go @@ -1,6 +1,6 @@ package main -const version = "1.4.1" +const version = "1.4.2" func main() { CmdExecute()