From f8eb5da15a1877373a4dd3b68787fd6428003261 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Thu, 31 Jul 2025 21:24:09 -0400 Subject: [PATCH] Bump to 3.2.0 --- build_config.go | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build_config.go b/build_config.go index 64a9f05..4f371f6 100644 --- a/build_config.go +++ b/build_config.go @@ -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" diff --git a/flake.nix b/flake.nix index f9147df..3ca5c0f 100644 --- a/flake.nix +++ b/flake.nix @@ -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"];