util/abuild: Update version and date string

Increment the version number for the current changes.

Change-Id: Iec94067e34292df3b85744a820ace4aa198a6322
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87378
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Matt DeVillier <matt.devillier@gmail.com>
This commit is contained in:
Martin Roth 2025-04-20 11:48:12 -06:00 committed by Matt DeVillier
commit 902288db22

View file

@ -11,8 +11,8 @@
#set -x # Turn echo on....
ABUILD_DATE="Nov 18, 2023"
ABUILD_VERSION="0.11.03"
ABUILD_DATE="Apr 20, 2025"
ABUILD_VERSION="0.11.04"
TOP=${PWD}