From a57b17680a4ed0ce78c0e2de30139e527c1a63b3 Mon Sep 17 00:00:00 2001 From: YusukeIwaki Date: Sun, 1 Dec 2024 04:06:46 +0900 Subject: [PATCH] 1.48.1 --- lib/playwright/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/playwright/version.rb b/lib/playwright/version.rb index 4e222b84..d3f6f3c4 100644 --- a/lib/playwright/version.rb +++ b/lib/playwright/version.rb @@ -1,6 +1,6 @@ # frozen_string_literal: true module Playwright - VERSION = '1.48.0' + VERSION = '1.48.1' COMPATIBLE_PLAYWRIGHT_VERSION = '1.48.2' end