diff --git a/addOns/help/CHANGELOG.md b/addOns/help/CHANGELOG.md index 546d861d..d73e7ee6 100644 --- a/addOns/help/CHANGELOG.md +++ b/addOns/help/CHANGELOG.md @@ -3,6 +3,9 @@ All notable changes to this add-on will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Unreleased + + ## [18] - 2024-05-07 ### Added - `-loglevel` option to the command line help page. diff --git a/addOns/help/gradle.properties b/addOns/help/gradle.properties index a6e3cee5..13ae5ccc 100644 --- a/addOns/help/gradle.properties +++ b/addOns/help/gradle.properties @@ -1,2 +1,2 @@ -version=18 -release=true +version=19 +release=false