We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57b4773 commit d7036a9Copy full SHA for d7036a9
buildSrc/src/main/kotlin/Releases.kt
@@ -48,7 +48,7 @@ object Releases {
48
49
object Engine : LibraryArtifact {
50
override val artifactId = "engine"
51
- override val version = "0.1.0-beta04"
+ override val version = "0.1.0-beta04-preview-SNAPSHOT"
52
override val name = "Android FHIR Engine Library"
53
}
54
0 commit comments