
commonMain.io.polywrap.core.wrap.WrapManifest.kt Maven / Gradle / Ivy
package io.polywrap.core.wrap
import io.polywrap.core.wrap.formats.wrap01.WrapManifest01
typealias WrapManifest = WrapManifest01
/**
* Enum representing the versions of WrapManifest.
* @property value The value of the version as a string.
*/
enum class WrapManifestVersions(val value: String) {
// NOTE: Patch fix for backwards compatibility.
V0_1_0("0.1.0"),
V0_1("0.1")
}
const val latestWrapManifestVersion: String = "0.1.0"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy