Skip to content

Commit

Permalink
Bump up the release version of engine to 1.0.0 (google#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtang10 authored and sharon2719 committed Feb 6, 2024
1 parent 684827e commit 8097e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Releases.kt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object Releases {

object Engine : LibraryArtifact {
override val artifactId = "engine"
override val version = "0.1.0-beta05"
override val version = "1.0.0"
override val name = "Android FHIR Engine Library"
}

Expand Down

0 comments on commit 8097e18

Please sign in to comment.