From 8e395db6f0b65030ae9e3ba375311ae8649b4c92 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 20 Aug 2023 12:42:51 +0000 Subject: [PATCH] Release v1.5.2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2a82bd0..34a1d43 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( "github.com/sahilm/fuzzy" ) -var Version = "v1.5.1" +var Version = "v1.5.2" const separator = " " // Separator between columns.