From 407d946f5c38b3226186e701aa82014e323ac2fc Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 22 May 2024 22:44:01 +0900 Subject: [PATCH] bump up version to 0.0.59 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 66f66be..77aecba 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ import ( const name = "nostr-buzzword" -const version = "0.0.58" +const version = "0.0.59" var revision = "HEAD"