From 40a58f4de038d0fa8e4b528bd09884bc6bdbd8d7 Mon Sep 17 00:00:00 2001
From: Michael Hall <michael@mbh.sh>
Date: Thu, 5 Dec 2024 16:20:32 +1000
Subject: [PATCH] chore(docs): update version in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4c3652d..89695e5 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ The above will use the latest version. If you want to specify a version then use
 [tag][ghcr] like so.
 
 ```shell
-$ VERSION="0.1.1"
+$ VERSION="0.1.3"
 $ URI="docker://ghcr.io/mbhall88/lrge:${VERSION}"
 ```