From 96848bc1a6f82ad0dba8b76076361c65d4cd4be9 Mon Sep 17 00:00:00 2001 From: JeffGainsNGames Date: Sat, 1 Mar 2025 16:34:10 -0500 Subject: [PATCH] bump assembly to 0.2.0 --- pull-assembly-patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-assembly-patches.py b/pull-assembly-patches.py index ce5b581..da8bf4d 100644 --- a/pull-assembly-patches.py +++ b/pull-assembly-patches.py @@ -6,7 +6,7 @@ import requests -VERSION = "0.1.8" +VERSION = "0.2.0" ASSET_NAME = "Randomizer.Patches.zip" DESTINATION_ASSEMBLY_PATH = ( Path(__file__)