From a3e8dd9ae6bd533c8a84ba17245f5da90b66651a Mon Sep 17 00:00:00 2001 From: Sahil Chatiwala <46851548+sahil485@users.noreply.github.com> Date: Mon, 27 Oct 2025 21:19:26 -0400 Subject: [PATCH] Update version to 0.99.0 in fern.config.json --- fern/fern.config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fern/fern.config.json b/fern/fern.config.json index 0c57292..cd9a1a0 100644 --- a/fern/fern.config.json +++ b/fern/fern.config.json @@ -1,4 +1,4 @@ { "organization": "plantstore", - "version": "0.98.0" -} \ No newline at end of file + "version": "0.99.0" +}