Skip to content

Commit

Permalink
Bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-goode committed Nov 26, 2024
1 parent 73aeed3 commit 9cbfc41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
const VERSION = "2.1.0"

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

Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@
nixpkgs,
buildNodeModules,
}: let
version = "2.0.2";
version = "2.1.0";

supportedSystems = ["x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin"];

# Helper function to generate an attrset '{ x86_64-linux = f "x86_64-linux"; ... }'.
forAllSystems = nixpkgs.lib.genAttrs supportedSystems;

overlays = [ ];
overlays = [];

nixpkgsFor = forAllSystems (system: import nixpkgs {inherit system overlays;});
nixpkgsCross =
Expand Down

0 comments on commit 9cbfc41

Please sign in to comment.