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 43f28fe commit e336063
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.1-SNAPSHOT'
version = '1.0.2-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.1
version: 1.0.2

spring:
profiles:
Expand Down

0 comments on commit e336063

Please sign in to comment.