Skip to content

Commit c086862

Browse files
committed
bump version
Signed-off-by: Alex Chi <[email protected]>
1 parent 8476a39 commit c086862

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
@@ -73,8 +73,8 @@
7373

7474
<script type="text/javascript">
7575
const BUSTUB_PUBLIC_VERSION_VAR = "957b347"
76-
const BUSTUB_PRIVATE_VERSION_VAR = "4afba16-dirty"
77-
const BUSTUB_BUILD_TIME_VAR = "20231028"
76+
const BUSTUB_PRIVATE_VERSION_VAR = "44fd44a"
77+
const BUSTUB_BUILD_TIME_VAR = "20231029"
7878
const viz = new Viz()
7979

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

bustub/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676

7777
<script type="text/javascript">
7878
const BUSTUB_PUBLIC_VERSION_VAR = "957b347"
79-
const BUSTUB_PRIVATE_VERSION_VAR = "4afba16-dirty"
80-
const BUSTUB_BUILD_TIME_VAR = "20231028"
79+
const BUSTUB_PRIVATE_VERSION_VAR = "44fd44a"
80+
const BUSTUB_BUILD_TIME_VAR = "20231029"
8181
let is_ready = false
8282

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

0 commit comments

Comments
 (0)