From b73e998010e56fe5d38a923164bb41696b7b3392 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Sat, 22 Nov 2025 22:10:07 -0500 Subject: [PATCH] Bump to 3.4.1 --- build_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_config.go b/build_config.go index 4c6e289..627fa5e 100644 --- a/build_config.go +++ b/build_config.go @@ -2,7 +2,7 @@ package main // Build constants -const VERSION = "3.4.0" +const VERSION = "3.4.1" const REPOSITORY_URL = "https://github.com/unmojang/drasl" const SWAGGER_UI_URL = "https://doc.drasl.unmojang.org"