Skip to content

Commit 1c0cda6

Browse files
committed
Add back v in version :|
1 parent 9ac6e72 commit 1c0cda6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

lib/baml_elixir/native.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule BamlElixir.Native do
33

44
use RustlerPrecompiled,
55
otp_app: :baml_elixir,
6-
base_url: "https://github.com/emilsoman/baml-elixir/releases/download/#{version}/",
6+
base_url: "https://github.com/emilsoman/baml-elixir/releases/download/v#{version}/",
77
force_build: System.get_env("BAML_ELIXIR_BUILD") in ["1", "true"],
88
version: version
99

mix.exs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
defmodule BamlElixir.MixProject do
22
use Mix.Project
33

4+
@version "0.1.0-pre-9"
5+
46
def project do
57
[
68
app: :baml_elixir,
7-
version: "0.1.0",
9+
version: @version,
810
elixir: "~> 1.17",
911
start_permanent: Mix.env() == :prod,
1012
deps: deps(),

0 commit comments

Comments
 (0)