Skip to content

Commit

Permalink
CNTools v8.0.0 version bump (#818)
Browse files Browse the repository at this point in the history
.. using special 999 patch version
  • Loading branch information
Scitz0 committed Feb 28, 2021
1 parent fc97b46 commit ef3d21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cnode-helper-scripts/cntools.library
Expand Up @@ -11,7 +11,7 @@ CNTOOLS_MAJOR_VERSION=7
# Changes that can be applied without breaking existing functionality that can be applied from within CNTools
CNTOOLS_MINOR_VERSION=2
# Backwards compatible bug fixes. No additional functionality or major changes and can be applied from within CNTools
CNTOOLS_PATCH_VERSION=5
CNTOOLS_PATCH_VERSION=999
CNTOOLS_VERSION="${CNTOOLS_MAJOR_VERSION}.${CNTOOLS_MINOR_VERSION}.${CNTOOLS_PATCH_VERSION}"

############################################################
Expand Down

0 comments on commit ef3d21c

Please sign in to comment.