Skip to content

Commit e0305b0

Browse files
committed
Bump version to 1.0.0-pre.10
1 parent 6c80791 commit e0305b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Add baml_elixir to your mix.exs:
153153
```elixir
154154
def deps do
155155
[
156-
{:baml_elixir, "~> 1.0.0-pre.9"}
156+
{:baml_elixir, "~> 1.0.0-pre.10"}
157157
]
158158
end
159159
```

mix.exs

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

4-
@version "1.0.0-pre.9"
4+
@version "1.0.0-pre.10"
55

66
def project do
77
[

0 commit comments

Comments
 (0)