From f4ff09db77ff99bcf32e8c3af08b5f82bda836b3 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 1 Nov 2024 13:17:28 -0400 Subject: [PATCH] chore: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 731869a..2f71c04 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ end You may notice an issue running `mix igniter.upgrade` if you are using `0.3.x` versions. you must manually upgrade igniter (by editing your `mix.exs` file or running `mix deps.update`) -to a version greater than or equal to `0.3.77` before running `mix igniter.upgrade`. A problem +to a version greater than or equal to `0.3.78` before running `mix igniter.upgrade`. A problem was discovered with the process of igniter upgrading itself or one of its dependencies. In any case where igniter must both download and compile a new version of itself, it will exit