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"