Skip to content

Commit

Permalink
scripts: torizonIO: Fix TorizonPlatformAPI version
Browse files Browse the repository at this point in the history
it only change when the package is updated on the powershell gallery

Signed-off-by: Matheus Castello <[email protected]>
  • Loading branch information
microhobby committed Mar 6, 2024
1 parent fb7a2df commit 0017e3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/torizonIO.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
)]
param()

# TODO: we need to work with the offsets and limits

$_VERSION = "0.2.0"
# FIXME: ONLY CHANGE THIS WHEN UPDATING THE https://www.powershellgallery.com/packages/TorizonPlatformAPI
$_VERSION = "0.1.0"

$ErrorActionPreference = "Stop"

Expand Down

0 comments on commit 0017e3b

Please sign in to comment.