Skip to content

Commit

Permalink
Update update-stubs.ps1
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
Josverl authored Feb 19, 2024
1 parent 35a2cde commit 1887824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-stubs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
param(
[string]$port = "auto",
[string]$board = "auto",
[string[]]$version = @("latest","v1.21.0", "v1.20.0", "v1.19.1" ),
[string[]]$version = @("preview","v1.22.1" "v1.21.0", "v1.20.1", "v1.19.1" ),
[switch]$force
)
# update the stubs (local ) do not push updates
Expand Down

0 comments on commit 1887824

Please sign in to comment.