add VERSION constant

This commit is contained in:
2023-07-18 19:36:14 +01:00
parent a87e626ff1
commit 3f54eb0ad7
2 changed files with 3 additions and 1 deletions

View File

@@ -22,4 +22,6 @@ module Voicemeeter
to_a.join(".")
end
end
VERSION = Version.to_s
end