|
NAMEOpenXPKI::Server::API2::Plugin::Control::version COMMANDSversionReturn the versions of code and config. Returns a HashRef: {
server => {
version => '2.4',
api => 2,
},
config => {
# values from system.version
}
}
|