Skip to content

Commit

Permalink
update nanobot version
Browse files Browse the repository at this point in the history
  • Loading branch information
anitacaron committed Jan 23, 2024
1 parent b17e953 commit cbf7f18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ontology/_nanobot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
NANOBOT_URL="https://github.com/ontodev/nanobot.rs/releases/download/v2023-12-08/nanobot-x86_64-unknown-linux-musl"
NANOBOT_URL="https://github.com/ontodev/nanobot.rs/releases/download/v2024-01-23/nanobot-x86_64-unknown-linux-musl"
if [ ! -f nanobot ]; then
curl -L -o nanobot $NANOBOT_URL
chmod +x nanobot
Expand Down

0 comments on commit cbf7f18

Please sign in to comment.