diff --git a/zipline/src/hostMain/kotlin/app/cash/zipline/ZiplineManifest.kt b/zipline/src/hostMain/kotlin/app/cash/zipline/ZiplineManifest.kt index 06d3e06d12..2ab0557c61 100644 --- a/zipline/src/hostMain/kotlin/app/cash/zipline/ZiplineManifest.kt +++ b/zipline/src/hostMain/kotlin/app/cash/zipline/ZiplineManifest.kt @@ -49,7 +49,7 @@ data class ZiplineManifest private constructor( /** Fully qualified main function to start the application (ie. "zipline.ziplineMain"). */ val mainFunction: String? = null, - /** Version to represent the code as defined in this manifest, by default it will be Git commit SHA. */ + /** Version to represent the code as defined in this manifest */ val version: String? = null, /**