Skip to content

Commit 13a7f7a

Browse files
committed
track 0.15
1 parent 70d69ae commit 13a7f7a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ limit 1000
205205
const idsToShow = [
206206
// '25', // 0.13.0
207207
// '23', // 0.12.0
208-
'20', // '0.14.0',
209-
// '19', // '0.15.0',
208+
// '20', // '0.14.0',
209+
'19', // '0.15.0',
210210
];
211211

212212
const sqls = idsToShow.map((id) => {

template.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
</section>
5656
<% } %>
5757

58-
<footer> &copy; 2024 <a href="https://ziglang.cc">ZigCC</a>
58+
<footer> &copy; 2024 - 2025 <a href="https://ziglang.cc">ZigCC</a>
5959
| <a href="https://github.com/zigcc/zig-milestone">GitHub</a>
6060
| <a href="mailto:[email protected]">Feedback</a>
6161
<br/>

0 commit comments

Comments
 (0)