From 4fa1285a780e45087da3fdfdad0d115c93e3f260 Mon Sep 17 00:00:00 2001 From: Sneha Agnihotri Date: Wed, 19 Jun 2024 01:02:59 +0530 Subject: [PATCH] Fix version for mercury custom release Signed-off-by: Sneha Agnihotri --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3965a1c2c44..92e54614598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chainlink", - "version": "2.12.1-mercury-06182024", + "version": "2.12.1", "description": "node of the decentralized oracle network, bridging on and off-chain computation", "main": "index.js", "scripts": {