diff --git a/mix.exs b/mix.exs index 1f15b02..1d40b19 100644 --- a/mix.exs +++ b/mix.exs @@ -7,7 +7,7 @@ defmodule Ollama.MixProject do name: "Ollama", description: "A nifty little library for working with Ollama in Elixir.", source_url: "https://github.com/lebrunel/ollama-ex", - version: "0.6.1", + version: "0.6.2", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,