Skip to content

Commit

Permalink
bump version to 11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Nov 22, 2024
1 parent 4e51317 commit 10cde95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
11.2
11.3
2 changes: 1 addition & 1 deletion build_system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ set_network_stuff() {

# Write build info
DATETIME=$(date '+%Y-%m-%dT%H:%M:%S')
bash -c "printf \"$GIT_HASH\n$DATETIME\" > BUILD"
bash -c "printf \"$GIT_HASH\n$DATETIME\n\" > BUILD"
}
GIT_HASH=${GIT_HASH:-$(git --git-dir=$DIR/.git rev-parse HEAD)}
exec_as_root bash -c "set -e; export ROOTFS_DIR=$ROOTFS_DIR GIT_HASH=$GIT_HASH; $(declare -f set_network_stuff); set_network_stuff"
Expand Down

0 comments on commit 10cde95

Please sign in to comment.