From b775bf54d4b62f078a3ca1253a09fbf4d988b71d Mon Sep 17 00:00:00 2001 From: AppIT Date: Thu, 29 Feb 2024 09:57:14 +0100 Subject: [PATCH] update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 52630c3..20307c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redis-dumper", - "version": "2.0.3", + "version": "2.0.4", "description": "CLI to migrate redis data from one instance to another, delete data by pattern and create new dummy data in seconds", "main": "index.js", "scripts": {