From 526a8ab5f55fc03d313b6a5415f0ce744c47b2dd Mon Sep 17 00:00:00 2001 From: silverqx Date: Thu, 22 Aug 2024 11:09:13 +0200 Subject: [PATCH] tools deploy updated number of version numbers --- tools/deploy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/deploy.ps1 b/tools/deploy.ps1 index 690f2ce89..f722667fe 100644 --- a/tools/deploy.ps1 +++ b/tools/deploy.ps1 @@ -139,7 +139,7 @@ function Initialize-ScriptVariables { TinyOrm = @{ # RegEx: (?0\.0\.0) [VersionType]::VersionOnly = [ordered] @{ - (Resolve-Path -Path ./NOTES.txt) = 3 + (Resolve-Path -Path ./NOTES.txt) = 4 (Resolve-Path -Path ./cmake/vcpkg/ports/tinyorm/vcpkg.json) = 1 (Resolve-Path -Path ./docs/building/hello-world.mdx) = 4 (Resolve-Path -Path ./docs/building/migrations.mdx) = 1