Update tester version
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2021-11-20 15:53:35 +01:00
parent 7d6017dfeb
commit 8d6ee4008c
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
TESTERVERSION=0.0.10
TESTERVERSION=0.0.11
# 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" |