Skip to content

Commit

Permalink
Merge branch 'master' into Issue#6784
Browse files Browse the repository at this point in the history
  • Loading branch information
DamithDeshan authored Aug 7, 2024
2 parents 41a4827 + c359de8 commit eac7a1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/counter.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19
20
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Developed using Java Enterprise Edition, the system offers both a web applicatio

## Current Version

Current Version: 3.0.0.20240807.19 (This line will be automatically updated to reflect the latest version)
Current Version: 3.0.0.20240807.20 (This line will be automatically updated to reflect the latest version)

## History

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public YearMonthDay getYearMonthDay() {
public void setYearMonthDay(YearMonthDay yearMonthDay) {
this.yearMonthDay = yearMonthDay;
}

private List<Stock> stk;

public void fillSelectStock() {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0.20240807.19
3.0.0.20240807.20

0 comments on commit eac7a1c

Please sign in to comment.