Skip to content

Commit c93d5bc

Browse files
committed
GH Actions: bump KSC version to 0.12-SNAPSHOT
1 parent db5e630 commit c93d5bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
export GIT_COMMIT=$(git log -1 --format=%h)
2626
export GIT_DATE_ISO=$(TZ=UTC git log -1 --date=iso-strict-local --format=%cd)
2727
export GIT_DATE=$(TZ=UTC git log -1 --date=format-local:%Y%m%d.%H%M%S --format=%cd)
28-
export KAITAI_STRUCT_VERSION=0.11-SNAPSHOT${GIT_DATE}.${GIT_COMMIT}
28+
export KAITAI_STRUCT_VERSION=0.12-SNAPSHOT${GIT_DATE}.${GIT_COMMIT}
2929
3030
echo "KAITAI_STRUCT_VERSION=$KAITAI_STRUCT_VERSION"
3131

0 commit comments

Comments
 (0)