Skip to content

Commit 44ec4be

Browse files
committed
Follow workflow versioning, drop snapshot name for compatability
1 parent 06d3f40 commit 44ec4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow-trace-viewer/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ compose {
5050
includeAllModules = true
5151
targetFormats(TargetFormat.Dmg)
5252
packageName = "Workflow Trace Viewer"
53-
packageVersion = "1.0.0"
53+
packageVersion = (property("VERSION_NAME") as String).substringBefore("-SNAPSHOT")
5454
macOS {
5555
bundleID = "com.squareup.workflow1.traceviewer"
5656
}

0 commit comments

Comments
 (0)