Skip to content

Commit b1b17df

Browse files
committed
bump tag
Signed-off-by: Yuchen Liang <[email protected]>
1 parent 4ba8fb6 commit b1b17df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bpt-printer/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
<script src="bustub-wasm-bpt-printer.js"></script>
9090

9191
<script type="text/javascript">
92-
const BUSTUB_PUBLIC_VERSION_VAR = "1583cdf"
93-
const BUSTUB_PRIVATE_VERSION_VAR = "73e9abc"
92+
const BUSTUB_PUBLIC_VERSION_VAR = "d4159e3"
93+
const BUSTUB_PRIVATE_VERSION_VAR = "1ad029e"
9494
const BUSTUB_BUILD_TIME_VAR = "20250310"
9595
const viz = new Viz()
9696

bustub/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@
7575
<script src="bustub-wasm-shell.js"></script>
7676

7777
<script type="text/javascript">
78-
const BUSTUB_PUBLIC_VERSION_VAR = "1583cdf"
79-
const BUSTUB_PRIVATE_VERSION_VAR = "73e9abc"
78+
const BUSTUB_PUBLIC_VERSION_VAR = "d4159e3"
79+
const BUSTUB_PRIVATE_VERSION_VAR = "1ad029e"
8080
const BUSTUB_BUILD_TIME_VAR = "20250310"
8181
let is_ready = false
8282

0 commit comments

Comments
 (0)