Skip to content

Commit

Permalink
update linux arm64 version
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Jun 24, 2021
1 parent 13fd706 commit f5c6b20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/spec/styles/book.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ html {
}

.news-items {
height: 8em;
height: 7em;
overflow-y: auto;
padding-top: 1ex;
margin-top: -1em;
Expand Down
2 changes: 1 addition & 1 deletion util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ KOKA_TEMP_DIR="" # empty creates one dynamically
adjust_version() { # <osarch>
case "$1" in
linux-arm64)
VERSION="v2.1.8";;
VERSION="v2.1.9";;
esac
}

Expand Down

0 comments on commit f5c6b20

Please sign in to comment.