From bd79858681f1033025e6ddddf969bc05be7af22c Mon Sep 17 00:00:00 2001 From: diced Date: Mon, 24 Oct 2022 11:39:42 -0700 Subject: [PATCH] feat(3.6.0-rc2): version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c352f73..d817126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zipline", - "version": "3.6.0-rc1", + "version": "3.6.0-rc2", "license": "MIT", "scripts": { "dev": "npm-run-all build:server dev:run",