From 37e61efe8c84c646923029cb813b1e864b171e86 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Mon, 30 Oct 2023 10:33:37 -0300 Subject: [PATCH] alpha1 --- .github/workflows/binaries.yml | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 58796db..034c4df 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -29,7 +29,7 @@ jobs: - { target: x86_64-pc-windows-gnu , os: windows-2022 } - { target: x86_64-unknown-linux-gnu , os: ubuntu-22.04 } env: - PROJECT_VERSION: "0.1.2-test2" + PROJECT_VERSION: "0.1.2-alpha1" steps: - uses: actions/checkout@v4 diff --git a/mix.exs b/mix.exs index 0756bb0..07e22a2 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-test2" + @version "0.1.2-alpha1" def project do [