This message was deleted.
# plugin-development
s
This message was deleted.
v
I think you are doing the exact right thing already
g
Another common way is to set
Implementation-Version
in relevant jar manifest and read it via
getClass().getPackage().getImplementationVersion()
.
👍 2