From 92e3ac87dae686c6194224468bd110b8c61501df Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 12 Feb 2022 17:59:17 +0100 Subject: [PATCH] Use tester 0.0.13 --- fetch_tester.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_tester.sh b/fetch_tester.sh index 92d0506..b3b167c 100755 --- a/fetch_tester.sh +++ b/fetch_tester.sh @@ -1,6 +1,6 @@ #!/bin/sh -TESTERVERSION=0.0.12 +TESTERVERSION=0.0.13 # 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" |