We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5b99a commit bc5c8cdCopy full SHA for bc5c8cd
README.md
@@ -153,7 +153,7 @@ Add baml_elixir to your mix.exs:
153
```elixir
154
def deps do
155
[
156
- {:baml_elixir, "~> 1.0.0-pre.4"}
+ {:baml_elixir, "~> 1.0.0-pre.5"}
157
]
158
end
159
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule BamlElixir.MixProject do
2
use Mix.Project
3
4
- @version "1.0.0-pre.4"
+ @version "1.0.0-pre.5"
5
6
def project do
7
0 commit comments