Skip to content

Commit

Permalink
New version 0.4.2-dev (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper authored Dec 27, 2024
1 parent 32e439e commit 64b145f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Beaver.MixProject do
def project do
[
app: :beaver,
version: "0.4.1-dev",
version: "0.4.2-dev",
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand All @@ -19,7 +19,7 @@ defmodule Beaver.MixProject do
make_force_build: System.get_env("BEAVER_BUILD_CMAKE") in ["1", "true"],
make_precompiler_url:
System.get_env("BEAVER_ARTEFACT_URL") ||
"https://github.com/beaver-lodge/beaver-prebuilt/releases/download/2024-12-04-0908/@{artefact_filename}",
"https://github.com/beaver-lodge/beaver-prebuilt/releases/download/2024-12-27-1014/@{artefact_filename}",
make_precompiler_nif_versions: [
versions: fn opts ->
target = opts.target
Expand Down

0 comments on commit 64b145f

Please sign in to comment.