mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
build: version pump script (#1398)
* build: version pump script * feat: server pump is optional * chore: remove unused variable * chore: examples Co-authored-by: Alex <alex.tran1502@gmail.com>
This commit is contained in:
parent
4e6880e520
commit
443d08381a
14 changed files with 88 additions and 49 deletions
|
|
@ -13,7 +13,6 @@ class ServerInfoNotifier extends StateNotifier<ServerInfoState> {
|
|||
major: 0,
|
||||
patch_: 0,
|
||||
minor: 0,
|
||||
build: 0,
|
||||
),
|
||||
isVersionMismatch: false,
|
||||
versionMismatchErrorMessage: "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue