From edb32381dd6cd82b262294765f83e9047d4bc653 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sat, 12 Mar 2022 14:27:34 +0100 Subject: [PATCH] Update tester version --- fetch_tester.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch_tester.sh b/fetch_tester.sh index 9c05ff8..56da666 100755 --- a/fetch_tester.sh +++ b/fetch_tester.sh @@ -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" |