From fc400cdae2220fcb4a27ff17520598db8e24f055 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 9 Apr 2019 13:16:39 -0400 Subject: [PATCH] bump beta version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf0975fe78..52eebbe029 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svelte", - "version": "3.0.0-beta.22", + "version": "3.0.0-beta.23", "description": "The magical disappearing UI framework", "module": "index.mjs", "main": "index",