# Copyright 2022 The Chromium Authors. All rights reserved. | |
# Use of this source code is governed by a BSD-style license that can be | |
# found in the LICENSE file. | |
"""Reclient-related constants.""" | |
STAGING_VERSION = 're_client_version:0.124.1.13f78cc-gomaip' | |
TEST_VERSION = 're_client_version:0.124.1.13f78cc-gomaip' | |
CLANG_SCAN_DEPS_VERSION = 're_client_version:0.41.4.3f0d8bb' | |
EXPERIMENTAL_VERSION = 'git_revision:21cbd17123b5d00232f53b5b4575e94638a17477' |