From faf5098357c8bf4d14adeaf1d5f13ae1ac0edfb8 Mon Sep 17 00:00:00 2001 From: dicedtomato <35403473+diced@users.noreply.github.com> Date: Mon, 31 Jul 2023 19:06:28 -0700 Subject: [PATCH] feat(v3..7.3): version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8fdd3e7fd..08b9486a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zipline", - "version": "3.7.2", + "version": "3.7.3", "license": "MIT", "scripts": { "dev": "npm-run-all build:server dev:run",