From c6192db180213f6490aad0ffb78e0c613494d22e Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Tue, 20 Sep 2022 16:21:18 -0700 Subject: [PATCH] docs: update version in README.md to 1.26.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c30d5384..899b8543 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To run Playwright simply add following dependency to your Maven project: com.microsoft.playwright playwright - 1.17.0 + 1.26.0 ```