Skip to content

Commit e1bf09c

Browse files
authored
Update maven.yml
1 parent 2b8263c commit e1bf09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
id: bump_version
2525
uses: christian-draeger/increment-semantic-version@1.0.2
2626
with:
27-
current-version: '2.0.0-alpha1'
27+
current-version: '2.0.1-alpha1'
2828
version-fragment: 'bug'
2929
- name: Upload Artifacts
3030
run: mkdir builds && cp target/*.jar builds/calculationEngine-${{ steps.bump_version.outputs.next-version }}.jar

0 commit comments

Comments
 (0)