From 938cccd067911412cb50038fb756f94957b87640 Mon Sep 17 00:00:00 2001 From: Tarun Sharma Date: Tue, 4 Feb 2025 11:31:06 +0400 Subject: [PATCH] Update build-submitter.sh Updated the build version to test ci pipeline --- tx-manager/build-scripts/build-submitter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tx-manager/build-scripts/build-submitter.sh b/tx-manager/build-scripts/build-submitter.sh index cda8bb4..cd4eb9c 100755 --- a/tx-manager/build-scripts/build-submitter.sh +++ b/tx-manager/build-scripts/build-submitter.sh @@ -1,7 +1,7 @@ #!/bin/sh # Define the version number as a constant -VERSION="0.0.1-dev" +VERSION="0.0.1.1-dev" NAME="com.fathom.tx-manager.submitter" ORG="intothefathom"