From 35aee72167c627cbe9e2ece5ccfcbea41f386679 Mon Sep 17 00:00:00 2001
From: komodo <komodo@komo.do>
Date: Sat, 7 Jun 2025 06:11:29 +0000
Subject: [PATCH] [Komodo] Commit Sync: update release.toml

---
 release.toml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/release.toml b/release.toml
index bd1ceb0..feea21e 100644
--- a/release.toml
+++ b/release.toml
@@ -3,7 +3,7 @@ name = "komodo-binaries-aarch64"
 tags = ["release", "binaries", "aarch64"]
 [build.config]
 builder = "aarch64-builder"
-version = "1.18.0"
+version = "1.18.1"
 auto_increment_version = false
 image_name = "komodo-binaries"
 image_tag = "aarch64"
@@ -20,7 +20,7 @@ name = "komodo-binaries-x86_64"
 tags = ["release", "binaries", "x86_64"]
 [build.config]
 builder = "x86_64-builder"
-version = "1.18.0"
+version = "1.18.1"
 auto_increment_version = false
 image_name = "komodo-binaries"
 image_tag = "x86_64"
@@ -43,7 +43,7 @@ Must run the following command on host to create the builder:
 tags = ["release", "core"]
 [build.config]
 builder = "local"
-version = "1.18.0"
+version = "1.18.1"
 auto_increment_version = false
 repo = "moghtech/komodo"
 dockerfile_path = "bin/core/multi-arch.Dockerfile"
@@ -62,7 +62,7 @@ name = "komodo-frontend"
 tags = ["release", "frontend"]
 [build.config]
 builder = "x86_64-builder"
-version = "1.18.0"
+version = "1.18.1"
 auto_increment_version = false
 repo = "moghtech/komodo"
 dockerfile_path = "frontend/Dockerfile"
@@ -83,7 +83,7 @@ Must run the following command to create the builder:
 tags = ["release", "periphery"]
 [build.config]
 builder = "local"
-version = "1.18.0"
+version = "1.18.1"
 auto_increment_version = false
 repo = "moghtech/komodo"
 dockerfile_path = "bin/periphery/multi-arch.Dockerfile"
@@ -102,7 +102,7 @@ name = "komodo-util"
 tags = ["release", "util"]
 [build.config]
 builder = "local"
-version = "1.18.0"
+version = "1.18.1"
 auto_increment_version = false
 links = [
   "https://github.com/moghtech/komodo/pkgs/container/komodo-util"
@@ -167,7 +167,7 @@ tags = ["release"]
 [action.config]
 file_contents = """
 const BRANCH = "main";
-const VERSION = "1.18.0";
+const VERSION = "1.18.1";
 const TAG = "release-1";
 
 await komodo.write("UpdateVariableValue", {