From 70bb814a98d09118740508a9e099679b9bbd341e Mon Sep 17 00:00:00 2001 From: Edmund Hung Date: Fri, 13 Sep 2024 23:18:27 +0100 Subject: [PATCH] missing lr --- .github/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/version.sh b/.github/version.sh index 28b0f2b9..1546f8a8 100755 --- a/.github/version.sh +++ b/.github/version.sh @@ -2,4 +2,4 @@ VERSION=$(node -p "require('./packages/conform-dom/package.json').version") # Replace the version on the README -sed -i '' "s/^Version [0-9]*\.[0-9]*\.[0-9]*/Version ${VERSION}/" README.md \ No newline at end of file +sed -i '' "s/^Version [0-9]*\.[0-9]*\.[0-9]*/Version ${VERSION}/" README.md