mirror of
https://github.com/idanoo/autobrr
synced 2025-07-26 02:09:13 +00:00
Feature: Set and display version info (#63)
* chore: update packages * feat: show version info * build: remove ldflags override
This commit is contained in:
parent
c65c7477fd
commit
b09796bf7e
9 changed files with 50 additions and 15 deletions
|
@ -169,6 +169,9 @@ export interface Config {
|
|||
log_level: string;
|
||||
log_path: string;
|
||||
base_url: string;
|
||||
version: string;
|
||||
commit: string;
|
||||
date: string;
|
||||
}
|
||||
|
||||
export interface Release {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue