From 06cd2246fc5c747bbeb36c4edd0a8cdfe7a7eb66 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 15 Jun 2023 04:08:02 +0200 Subject: [PATCH] Update API version to 26. --- ts3plugin_go_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts3plugin_go_types.go b/ts3plugin_go_types.go index 5785348..a32bcde 100644 --- a/ts3plugin_go_types.go +++ b/ts3plugin_go_types.go @@ -9,7 +9,7 @@ import ( var ( Name, Version, Author, Description string - ApiVersion int = 24 + ApiVersion int = 26 ) var (