From fe165cf8be897ac4aa7ac68b2819cf42ff827e6b Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Fri, 17 Nov 2023 08:30:47 -0500 Subject: [PATCH] docs: update version --- documentation/tutorials/get-started-with-sqlite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tutorials/get-started-with-sqlite.md b/documentation/tutorials/get-started-with-sqlite.md index 8aad4c8..fe779ee 100644 --- a/documentation/tutorials/get-started-with-sqlite.md +++ b/documentation/tutorials/get-started-with-sqlite.md @@ -21,7 +21,7 @@ In this guide we will: Add the `:ash_sqlite` dependency to your application -`{:ash_sqlite, "~> 1.3.6"}` +`{:ash_sqlite, "~> 0.1.1"}` Add `:ash_sqlite` to your `.formatter.exs` file