Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2023-10-31)

### Miscellaneous Chores

* updates Dockerfile ([aa429e3](aa429e3))

### CI/CD

* updates .releaserc.json ([4909636](4909636))
* updates .releaserc.json ([ae348c5](ae348c5))
  • Loading branch information
semantic-release-bot committed Oct 31, 2023
1 parent 4909636 commit c7ab8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'org.miracum.streams.ume'
version = '1.0.0'
version = '2.0.1'
sourceCompatibility = '17'
targetCompatibility = '17'

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
app:
version: 1.0.0
version: 2.0.1
enableCheckDigitConv: ${CHECK_DIGIT_CONVERSION:false}

fhir:
Expand Down

0 comments on commit c7ab8ad

Please sign in to comment.