docs: update version number

This commit is contained in:
Petra Baranski
2023-07-27 18:10:19 +02:00
parent bf64f3e3dc
commit 02d3ccaf22
4 changed files with 16 additions and 6 deletions

View File

@@ -25,6 +25,7 @@ jobs:
- name: run tests
run: |
./build/MaddyTests
test-on-windows:
runs-on: windows-latest
steps:
@@ -42,6 +43,7 @@ jobs:
- name: run tests
run: |
./build/Debug/MaddyTests.exe
test-on-osx:
runs-on: macos-latest
steps: