Skip to content

Commit

Permalink
prep for 0.8.0; canary updated for cids first cli (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
acashmoney authored Jun 16, 2023
1 parent ee221fa commit d5eda75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Run Equibind
run: |
# use tee so we can see stdout in github, and parse it later
./plex -tool equibind -input-dir testdata/binding/abl 2>&1 | tee plex_out.log
./plex create -t tools/equibind.json -i testdata/binding/pdbbind_processed_size1 --autoRun=true 2>&1 | tee plex_out.log
# capture the exit status of the plex call
plex_result_code=${PIPESTATUS[0]}
# exit immediately if plex exited with an error
Expand Down
2 changes: 1 addition & 1 deletion upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
CurrentPlexVersion = "v0.7.6"
CurrentPlexVersion = "v0.8.0"
ReleaseURL = "https://api.github.com/repos/labdao/plex/releases/latest"
ToolsURL = "https://api.github.com/repos/labdao/plex/contents/tools?ref=main"
)
Expand Down

0 comments on commit d5eda75

Please sign in to comment.