Skip to content

Commit

Permalink
fix default version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Jan 17, 2021
1 parent 8a2c036 commit 6c1996e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
" </xrefs>",
" <macros>",
" <token name=\"@TOOL_VERSION@\">${3:0.1.0}</token>",
" <token name=\"@VERSION_SUFFIX@\">1</token>",
" <token name=\"@VERSION_SUFFIX@\">0</token>",
" </macros>",
" <!-- TODO: please annotate this tool with topics and operations from http://edamontology.org -->",
" <!-- TODO: for more information see: https://galaxy-iuc-standards.readthedocs.io/en/latest/best_practices/tool_xml.html#edam-topics-and-operations -->",
Expand Down Expand Up @@ -164,4 +164,4 @@
],
"description": "Add a xref section with bio.tools type."
}
}
}

0 comments on commit 6c1996e

Please sign in to comment.