From 73e1bdd65f9d3ab0b3219916a7ee6a65c969c450 Mon Sep 17 00:00:00 2001 From: Kevin Elliott Date: Sat, 7 Sep 2024 00:59:35 -0700 Subject: [PATCH] build: bump version.json - v0.0.331 --- version.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version.json b/version.json index 19a6545..3efd4e3 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { - "version": "0.0.330", + "version": "0.0.331", "major": 0, "minor": 0, - "patch": 330, - "build_date_iso_8601": "2024-09-07T07:50:09Z", - "git_sha": "51b1550" + "patch": 331, + "build_date_iso_8601": "2024-09-07T07:59:35Z", + "git_sha": "dcfb801" }