prepare version for dev

This commit is contained in:
Alexander Meindl 2024-04-27 08:02:57 +02:00
parent 97f7f42dc0
commit 6367b3d8d1
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# Changelog # Changelog
## 3.3.0
## 3.2.0 ## 3.2.0
- add option to hide issue attachments, if number of file is too high - add option to hide issue attachments, if number of file is too high

View File

@ -2,6 +2,6 @@
module Additionals module Additionals
module PluginVersion module PluginVersion
VERSION = '3.2.0' unless defined? Additionals::PluginVersion::VERSION VERSION = '3.3.0-main' unless defined? Additionals::PluginVersion::VERSION
end end
end end