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