-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added a `--list-available-versions` flag - workflow name letters that are tied to the protocol (e.g., the "-F" in "NF_RCP-F") are no longer hard-coded, so all versions with tagged releases can be pulled at any time
- Loading branch information
1 parent
76aab06
commit 5eabf3b
Showing
2 changed files
with
49 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
|
||
version='1.3.31' | ||
version='1.3.32' | ||
|
||
GREEN='\033[0;32m' | ||
NC='\033[0m' | ||
|