Skip to content

Commit

Permalink
tools deploy updated number of version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Aug 22, 2024
1 parent af46810 commit 526a8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function Initialize-ScriptVariables {
TinyOrm = @{
# RegEx: (?<!v)(?<version>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
Expand Down

0 comments on commit 526a8ab

Please sign in to comment.