diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index f064893..99429d4 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -32,7 +32,7 @@ jobs: - { target: x86_64-pc-windows-msvc , os: windows-2022 } - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 } env: - PROJECT_VERSION: "0.1.2-alpha1" + PROJECT_VERSION: "0.1.2-alpha2" steps: - uses: actions/checkout@v4 diff --git a/mix.exs b/mix.exs index 91a7791..0080056 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule Candlex.MixProject do @description "An Nx backend for candle machine learning minimalist framework" @source_url "https://github.com/mimiquate/candlex" - @version "0.1.2-alpha1" + @version "0.1.2-alpha2" def project do [