require version

This commit is contained in:
Alexander Meindl 2021-11-23 20:30:24 +01:00
parent bf11e49466
commit ae7ed302d3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
require 'additionals/plugin_version'
Redmine::Plugin.register :additionals do
name 'Additionals'
author 'AlphaNodes GmbH'

View File

@ -2,6 +2,6 @@
module Additionals
module PluginVersion
VERSION = '3.0.4-master'
VERSION = '3.0.4-master' unless defined? VERSION
end
end