From 556b42806a56afb390d3c515e3b1282e4276cb80 Mon Sep 17 00:00:00 2001 From: Evan Goode Date: Sun, 6 Apr 2025 21:25:31 -0400 Subject: [PATCH] Bump version to 3.1.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 3b0fd17..450b171 100644 --- a/build_config.go +++ b/build_config.go @@ -2,7 +2,7 @@ package main // Build constants -const VERSION = "3.0.0" +const VERSION = "3.1.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 f6cfa25..bace00c 100644 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ nixpkgs, buildNodeModules, }: let - version = "3.0.0"; + version = "3.1.0"; supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];