There was an error while loading. Please reload this page.
1 parent db5e630 commit c93d5bcCopy full SHA for c93d5bc
1 file changed
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
export GIT_COMMIT=$(git log -1 --format=%h)
26
export GIT_DATE_ISO=$(TZ=UTC git log -1 --date=iso-strict-local --format=%cd)
27
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}
+ export KAITAI_STRUCT_VERSION=0.12-SNAPSHOT${GIT_DATE}.${GIT_COMMIT}
29
30
echo "KAITAI_STRUCT_VERSION=$KAITAI_STRUCT_VERSION"
31
0 commit comments