prepare version to 3.4.0

This commit is contained in:
Alexander Meindl 2024-11-09 05:30:55 +01:00
parent 48988fc81b
commit b923030113

View File

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