Skip to content

Commit

Permalink
Merge pull request #16 from Billing-Wise/dev
Browse files Browse the repository at this point in the history
[release] 1.0.0
  • Loading branch information
dtd1614 authored Jul 22, 2024
2 parents 1417d68 + 9da2761 commit e4b1a5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: CI

on:
push:
branches:
Expand Down
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 = 'site.billingwise.batch'
version = '0.0.1-SNAPSHOT'
version = '1.0.0'

java {
toolchain {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
@EnableFeignClients
@PropertySource("classpath:secure.properties")
public class ServerBatchApplication {

public static void main(String[] args) {
SpringApplication.run(ServerBatchApplication.class, args);
}
Expand Down

0 comments on commit e4b1a5d

Please sign in to comment.