From ce63e9650d55e441b89d5c95b60d3ddd35e9bf65 Mon Sep 17 00:00:00 2001 From: Yuki Kano <114910989+yuki-kano-lab@users.noreply.github.com> Date: Fri, 2 Dec 2022 11:40:02 +0900 Subject: [PATCH] Update: v0.0.3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7705b95..eb161b7 100644 --- a/main.go +++ b/main.go @@ -13,7 +13,7 @@ import ( "github.com/alecthomas/chroma/styles" ) -const version = "0.0.2" +const version = "0.0.3" var ( number_f = flag.Bool("number", false, "line number flag")