Skip to content

Commit

Permalink
Version bumped to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Scitz0 committed Jul 10, 2020
1 parent ad06762 commit 3b90b70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/cnode-helper-scripts/cntools.library
Expand Up @@ -7,9 +7,9 @@
# The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
# and this adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
# Any breaking changes (eg: that requires change of cntools.config, env or a change in priv folder would be considered breaking and will be exempt from auto-update)
CNTOOLS_MAJOR_VERSION=1
CNTOOLS_MAJOR_VERSION=2
# Changes that can be applied without breaking existing functionality that can be applied from within CNTools
CNTOOLS_MINOR_VERSION=2
CNTOOLS_MINOR_VERSION=0
# Backwards compatible bug fixes. No additional functionality or major changes and can be applied from within CNTools
CNTOOLS_PATCH_VERSION=0
CNTOOLS_VERSION="$CNTOOLS_MAJOR_VERSION.$CNTOOLS_MINOR_VERSION"
Expand Down

0 comments on commit 3b90b70

Please sign in to comment.