From eacdc5575824211c6385b81dc5b78637dae4a8d4 Mon Sep 17 00:00:00 2001 From: Andy Carlson Date: Tue, 17 Oct 2023 10:25:08 -0400 Subject: [PATCH] bump version --- ls-go.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ls-go.go b/ls-go.go index 5b39efc..930c9e1 100644 --- a/ls-go.go +++ b/ls-go.go @@ -19,7 +19,7 @@ import ( kingpin "gopkg.in/alecthomas/kingpin.v2" ) -const VERSION = "1.0.0" +const VERSION = "1.0.1" // Wraps the file stat info and string to be printed. type DisplayItem struct {