Update tester version
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-03-12 14:27:34 +01:00
parent 617c09b577
commit edb32381dd

View File

@@ -1,6 +1,6 @@
#!/bin/sh
TESTERVERSION=0.0.16
TESTERVERSION=0.0.18
# Get the release information from the api for the specified version
curl -X GET "https://git.p-epsilon.com/api/v1/repos/Deukhoofd/PokemonScriptTester/releases/tags/$TESTERVERSION" -H "accept: application/json" |