From d7036a96d129eda4139658c1c588341d6025d92c Mon Sep 17 00:00:00 2001 From: Martin Ndegwa Date: Thu, 7 Sep 2023 15:52:49 +0300 Subject: [PATCH] Engine, SDC, Workflow, Common, Knowledge - With unmerged PR https://github.com/google/android-fhir/pull/2032 - With unmerged PR https://github.com/opensrp/android-fhir/pull/1 - With unmerged PR https://github.com/google/android-fhir/pull/1669 - With unmerged PR https://github.com/google/android-fhir/pull/2132 - With unmerged PR https://github.com/opensrp/android-fhir/pull/9 - With unmerged PR https://github.com/google/android-fhir/pull/2076 - With unmerged PR https://github.com/opensrp/android-fhir/pull/10 --- buildSrc/src/main/kotlin/Releases.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/kotlin/Releases.kt b/buildSrc/src/main/kotlin/Releases.kt index cbe31d828f..08fd99bed9 100644 --- a/buildSrc/src/main/kotlin/Releases.kt +++ b/buildSrc/src/main/kotlin/Releases.kt @@ -48,7 +48,7 @@ object Releases { object Engine : LibraryArtifact { override val artifactId = "engine" - override val version = "0.1.0-beta04" + override val version = "0.1.0-beta04-preview-SNAPSHOT" override val name = "Android FHIR Engine Library" }