Release changes

This commit is contained in:
Alexander Meindl 2024-10-06 21:30:45 +02:00
parent 22780b47aa
commit 07c780281e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 3.3.0
## 3.3.2
- Maintenance release
- Ruby 3.1 required

View File

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