mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 10:53:19 +02:00
--version talks about API version too
This commit is contained in:
@ -51,7 +51,7 @@ impl bootstrap::Server for BootCap {
|
||||
let _guard = span.enter();
|
||||
let mut builder = result.get();
|
||||
builder.set_name("bffhd");
|
||||
builder.set_release(crate::RELEASE_STRING);
|
||||
builder.set_release(crate::env::VERSION);
|
||||
Promise::ok(())
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user