From 35019bae471b1147feac5b7f6a725d9ada424fe0 Mon Sep 17 00:00:00 2001 From: Arnaud Berthomier Date: Tue, 9 Jan 2024 18:26:43 -0600 Subject: [PATCH] Bump version: 0.6.4 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 707495d..3a9103e 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ import ( ) // CurrentVersion represents the current build version. -const CurrentVersion = "0.6.3" +const CurrentVersion = "0.6.4" var ( term = termenv.ColorProfile()