From 71c9d79083e9ee9463dfcb2b20f62d66f6aeb992 Mon Sep 17 00:00:00 2001 From: Sergio Arroutbi Date: Fri, 2 Aug 2024 11:45:23 +0200 Subject: [PATCH] Minor README.md fix (#331) Signed-off-by: Sergio Arroutbi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b37cc07..10ba9f4e 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ index 9a41c6a..db12a82 100644 # standard setup, you can: # - use the VERSION as arg of the bundle target (e.g. make bundle VERSION=1.0.10) # - use environment variables to overwrite this value (e.g. export VERSION=1.0.10) --VERSION ?= 1.0.8 +-VERSION ?= 1.0.9 +VERSION ?= 1.0.10 ```