From 8687a1b61d58e257f4ee8a5a3df8d7f48b1934e6 Mon Sep 17 00:00:00 2001 From: "YUKI \"Piro\" Hiroshi" Date: Thu, 1 Aug 2024 16:35:49 +0900 Subject: [PATCH] Bump version embedded in the native messaging host --- webextensions/native-messaging-host/host.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webextensions/native-messaging-host/host.go b/webextensions/native-messaging-host/host.go index 54c2097..75ed1f7 100644 --- a/webextensions/native-messaging-host/host.go +++ b/webextensions/native-messaging-host/host.go @@ -19,7 +19,7 @@ import ( "time" ) -const VERSION = "4.2.2"; +const VERSION = "4.2.3"; var RunInCLI bool