From 03cb6b431b302b0e7c42ccdb83f1344a6309ac61 Mon Sep 17 00:00:00 2001 From: yosh Date: Wed, 11 Oct 2023 20:15:57 -0400 Subject: [PATCH] bump version --- flacconv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flacconv b/flacconv index 9ba614d..048ce73 100755 --- a/flacconv +++ b/flacconv @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=1.4.5 +VERSION=1.4.6 RED="$(printf '\033[38;5;9m')" GREEN="$(printf '\033[38;5;10m')" YELLOW="$(printf '\033[38;5;11m')"