From 02d91f2ea8e6cfd81a1a0508f7bc3c571c089a53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:32:36 -0700 Subject: [PATCH] Update schema (#535) Co-authored-by: HHVM/Hack Open Source --- codegen/version.hack | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/version.hack b/codegen/version.hack index adc7c780..1a31df4b 100644 --- a/codegen/version.hack +++ b/codegen/version.hack @@ -1,12 +1,12 @@ /** * This file is generated. Do not modify it manually! * - * @generated SignedSource<<4c186254a2fdaee9fc18ca3106f56fcb>> + * @generated SignedSource<<2d56b007d66fd10b21da1acfd0310b6e>> */ namespace Facebook\HHAST; const string SCHEMA_VERSION = '2022-09-29-0000'; -const int HHVM_VERSION_ID = 417200; +const int HHVM_VERSION_ID = 417300; -const string HHVM_VERSION = '4.172.0-dev'; +const string HHVM_VERSION = '4.173.0-dev';