Bump to 3.2.0

This commit is contained in:
Evan Goode 2025-07-31 21:24:09 -04:00
parent 80d39a0649
commit f8eb5da15a
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ package main
// Build constants
const VERSION = "3.1.1"
const VERSION = "3.2.0"
const REPOSITORY_URL = "https://github.com/unmojang/drasl"
const SWAGGER_UI_URL = "https://doc.drasl.unmojang.org"

View File

@ -9,7 +9,7 @@
self,
nixpkgs,
}: let
version = "3.1.1";
version = "3.2.0";
supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];