From 5b6f7df40250d994d8085d0c009b64615ffe7299 Mon Sep 17 00:00:00 2001 From: iliana etaoin Date: Tue, 7 Nov 2023 11:02:16 -0800 Subject: [PATCH] Bump system version to 1.0.4 (#4437) In preparation for the next release, bump the system version. --- .github/buildomat/jobs/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/buildomat/jobs/package.sh b/.github/buildomat/jobs/package.sh index 5cfb6fcfd7..86937d1908 100755 --- a/.github/buildomat/jobs/package.sh +++ b/.github/buildomat/jobs/package.sh @@ -37,7 +37,7 @@ rustc --version # trampoline global zone images. # COMMIT=$(git rev-parse HEAD) -VERSION="1.0.3-0.ci+git${COMMIT:0:11}" +VERSION="1.0.4-0.ci+git${COMMIT:0:11}" echo "$VERSION" >/work/version.txt ptime -m ./tools/install_builder_prerequisites.sh -yp