From a03cd6747436cf745edc486a773970c99f498d2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 17:14:34 +0800 Subject: [PATCH] chore: bump to 0.2.3 (#47) Bumped main version Please ensure: - [x] Target branch is correct (`main`) - [x] `main` version is bumped correctly To make edits to this PR: ```shell git fetch origin release/0.2.3 && git checkout -b release/0.2.3 origin/release/0.2.3 ``` cc @vanppo Co-authored-by: vanppo --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3468a4a..73abfa7 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule JetExt.MixProject do def project do [ app: :jet_ext, - version: "0.2.2", + version: "0.2.3", elixir: "~> 1.14", description: "The extended tools for the Jet Team.", source_url: "https://github.com/Byzanteam/jet-ext",