Prepare for 0.4.2 release (#936)

This commit is contained in:
Henrik Brodin
2025-06-25 15:16:01 +02:00
committed by GitHub
parent 24c95ebc25
commit e8a4f50e89
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -4,15 +4,15 @@ global:
ossFuzzContainerOrg: "${FUZZ_TOOLING_CONTAINER_ORG}"
logMaxLineLength: 10240
orchestratorImage:
tag: "v0.4.1"
tag: "v0.4.2"
fuzzerImage:
tag: "v0.4.1"
tag: "v0.4.2"
seedGenImage:
tag: "v0.4.1"
tag: "v0.4.2"
patcherImage:
tag: "v0.4.1"
tag: "v0.4.2"
programModelImage:
tag: "v0.4.1"
tag: "v0.4.2"
langfuse:
enabled: ${LANGFUSE_ENABLED}
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "orchestrator"
version = "0.4.1"
version = "0.4.2"
description = "Buttercup orchestrator"
readme = "README.md"
authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }]