Skip to content

Commit

Permalink
Bump version to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Sep 6, 2024
1 parent c040bae commit f85fb81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

// Build constants

const VERSION = "2.0.1"
const VERSION = "2.0.2"

const REPOSITORY_URL = "https://github.com/unmojang/drasl"

Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
nixpkgs,
buildNodeModules,
}: let
version = "2.0.1";
version = "2.0.2";

# nodejs_20 is currently broken on Darwin
supportedSystems = ["x86_64-linux" "aarch64-linux"];
Expand Down

0 comments on commit f85fb81

Please sign in to comment.