mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 16:53:04 +08:00
refactor(partnerctl-module): add version attribute to manifest
This commit is contained in:
@@ -36,6 +36,7 @@ data class ModuleManifest(
|
||||
/** Human-readable module description shown before installation. */
|
||||
val description: String = "",
|
||||
|
||||
val version: String,
|
||||
val source: Source,
|
||||
val install: Install,
|
||||
val config: Config? = null,
|
||||
|
||||
Reference in New Issue
Block a user