Skip to content

Commit

Permalink
Merge pull request #218 from juanky201271/dev_nu6_support_zingolib_1.…
Browse files Browse the repository at this point in the history
…10.2

New version 1.10.2 with NU6 support
  • Loading branch information
juanky201271 authored Nov 22, 2024
2 parents 1e81619 + 5b88f7d commit 2a81b8b
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 2a81b8b

Please sign in to comment.