Skip to content

Commit

Permalink
Ready for 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
U-C-S committed Mar 18, 2024
1 parent 084ea6b commit 207d1ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
- name: Dotnet Restore
run: dotnet restore
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion Utils/installer.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#define MyAppName "Hurl"
#define NameSmall "hurl"
#define MyAppVersion "0.8.1.18"
#define MyAppVersion "0.8.2.19"
#define MyAppPublisher "The 3721 Tools"
#define MyAppURL "https://github.com/U-C-S/Hurl"
#define MyAppExeName "Hurl.exe"
Expand Down

0 comments on commit 207d1ac

Please sign in to comment.