From 710cf432eccf6c27459db7a0a9672185666fa736 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Thu, 20 Jun 2024 13:39:51 -0400 Subject: [PATCH] chore: release 0.2.0 of mix igniter.new --- installer/mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/mix.exs b/installer/mix.exs index fc24f33..f8b7395 100644 --- a/installer/mix.exs +++ b/installer/mix.exs @@ -1,7 +1,7 @@ defmodule Igniter.New.MixProject do use Mix.Project - @version "0.1.0" + @version "0.2.0" @scm_url "https://github.com/ash-project/igniter" def project do