From cda5e13a43792781675e2ce2b8c125c5da1ecdb2 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 21 Aug 2025 23:04:53 -0400 Subject: [PATCH] Bump version to 3.3.0 --- build_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_config.go b/build_config.go index 4f371f6..1dc2bc6 100644 --- a/build_config.go +++ b/build_config.go @@ -2,7 +2,7 @@ package main // Build constants -const VERSION = "3.2.0" +const VERSION = "3.3.0" const REPOSITORY_URL = "https://github.com/unmojang/drasl" const SWAGGER_UI_URL = "https://doc.drasl.unmojang.org"