Skip to content

Commit 06619cb

Browse files
committed
Updating data for next season
1 parent a060d85 commit 06619cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# dcli Release Notes
22

3-
## v0.8.6 August 26, 2022
3+
## v0.8.6 August 23, 2022
44

55
- Added dclistat app to query specific stats.
66
- Added new Moment for Season of the Plunder ("season_of_the_plunder").

src/dcli/src/enums/moment.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ impl Moment {
118118
}
119119

120120
Moment::SeasonOfThePlunder => {
121-
Utc.ymd(2022, 8, 26).and_hms(17, 0, 0)
121+
Utc.ymd(2022, 8, 23).and_hms(17, 0, 0)
122122
}
123123
}
124124
}

0 commit comments

Comments
 (0)