mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +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. */
|
/** Human-readable module description shown before installation. */
|
||||||
val description: String = "",
|
val description: String = "",
|
||||||
|
|
||||||
|
val version: String,
|
||||||
val source: Source,
|
val source: Source,
|
||||||
val install: Install,
|
val install: Install,
|
||||||
val config: Config? = null,
|
val config: Config? = null,
|
||||||
|
|||||||
Reference in New Issue
Block a user