From c567f948859252f00eb3ce12425f02b0fb3ceff7 Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 19 Jan 2021 14:29:56 -0800 Subject: [PATCH] chore: mark tot as 1.9.0-next (#5059) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 764cb3361a..2595aef0ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "playwright-internal", "private": true, - "version": "1.8.0-next", + "version": "1.9.0-next", "description": "A high-level API to automate web browsers", "repository": "github:Microsoft/playwright", "homepage": "https://playwright.dev",