Skip to content

Commit

Permalink
chore: update project version based on PR label
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 8, 2023
1 parent f121d37 commit c4f174a
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 @@ -6,7 +6,7 @@ plugins {
}

group = 'com'
version = '1.0.4-SNAPSHOT'
version = '1.0.5-SNAPSHOT'
sourceCompatibility = '17'

configurations {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.0.4
version: 1.0.5

spring:
profiles:
Expand Down

0 comments on commit c4f174a

Please sign in to comment.