Skip to content

Commit

Permalink
fix: new version 1.10.2 with NU6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Nov 22, 2024
1 parent 1e81619 commit 5b88f7d
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 183 deletions.
2 changes: 1 addition & 1 deletion bin/printversion.ps1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo "VERSION=1.9.0" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
echo "VERSION=1.10.2" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
2 changes: 1 addition & 1 deletion bin/printversion.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
VERSION="1.9.0"
VERSION="1.10.2"
echo "VERSION=$VERSION" >> $GITHUB_ENV
Loading

0 comments on commit 5b88f7d

Please sign in to comment.