Skip to content

Commit a20a3c5

Browse files
committed
update
Signed-off-by: Alex Chi <[email protected]>
1 parent c97f357 commit a20a3c5

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
@@ -72,8 +72,8 @@
7272
<script src="bustub-wasm-bpt-printer.js"></script>
7373

7474
<script type="text/javascript">
75-
const BUSTUB_PUBLIC_VERSION_VAR = "91a6ae6"
76-
const BUSTUB_PRIVATE_VERSION_VAR = "ca5a776"
75+
const BUSTUB_PUBLIC_VERSION_VAR = "746c07d"
76+
const BUSTUB_PRIVATE_VERSION_VAR = "d46765d"
7777
const BUSTUB_BUILD_TIME_VAR = "20221024"
7878
const viz = new Viz()
7979

bustub/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
<script src="bustub-wasm-shell.js"></script>
6161

6262
<script type="text/javascript">
63-
const BUSTUB_PUBLIC_VERSION_VAR = "91a6ae6"
64-
const BUSTUB_PRIVATE_VERSION_VAR = "ca5a776"
63+
const BUSTUB_PUBLIC_VERSION_VAR = "746c07d"
64+
const BUSTUB_PRIVATE_VERSION_VAR = "d46765d"
6565
const BUSTUB_BUILD_TIME_VAR = "20221024"
6666

6767
Module['onRuntimeInitialized'] = function () {

0 commit comments

Comments
 (0)