From 1e20ee1da01379dcf18f98ff4932da7cdcb38cd4 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 3 Nov 2023 20:28:01 +0700 Subject: [PATCH] 11.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b01f60e..47f8287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-rev", - "version": "10.0.0", + "version": "11.0.0", "description": "Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css", "license": "MIT", "repository": "sindresorhus/gulp-rev",