From 07263d193d621c4b2b0ce8b4d54af58f6957d97d Mon Sep 17 00:00:00 2001 From: Matt Solomon Date: Tue, 2 Jul 2024 08:18:40 -0700 Subject: [PATCH] bump to v1.9.1 (#578) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bd38af8..7e661858 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forge-std", - "version": "1.9.0", + "version": "1.9.1", "description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.", "homepage": "https://book.getfoundry.sh/forge/forge-std", "bugs": "https://github.com/foundry-rs/forge-std/issues",