From 3639717c9a9cabcf95c3383b8c269d704988336e Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 28 Sep 2024 14:08:23 +0900 Subject: [PATCH] bump up version to 0.0.11 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 80b69d8..0ca9406 100644 --- a/main.go +++ b/main.go @@ -30,7 +30,7 @@ import ( const name = "longcat" -const version = "0.0.10" +const version = "0.0.11" var revision = "HEAD"