Skip to content

Commit

Permalink
Bumped the version of the schemas.
Browse files Browse the repository at this point in the history
  • Loading branch information
LTLA committed Nov 9, 2023
1 parent a5f1219 commit 0b55609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extern/fetch.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

#curl -L https://artifactdb.github.io/BiocObjectSchemas/bundle.tar.gz > bundle.tar.gz # for testing the latest.
curl -L https://github.com/ArtifactDB/BiocObjectSchemas/releases/download/2023-10-17/bundle.tar.gz > bundle.tar.gz
curl -L https://github.com/ArtifactDB/BiocObjectSchemas/releases/download/2023-11-09/bundle.tar.gz > bundle.tar.gz
rm -rf schemas
tar -xvf bundle.tar.gz

Expand Down

0 comments on commit 0b55609

Please sign in to comment.