| # Copyright (c) Meta Platforms, Inc. and affiliates. |
| # All rights reserved. |
| # |
| # This source code is licensed under the BSD-style license found in the |
| # LICENSE file in the root directory of this source tree. |
| |
| # pyre-strict |
| |
| # TODO(T138955367): New way to record and track schema's version number. |
| # This is the version number of the bundled program schema. |
| # It should be forwarded to BundledProgram construtor as version. |
| # Should update the version number whenever there's a update in the schema. |
| BUNDLED_PROGRAM_SCHEMA_VERSION = 2 |