blob: 0143a02f8d4124e7e79913d95caca8d0ab21ad1c [file] [log] [blame]
// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_ENTERPRISE_COMPANION_ENTERPRISE_COMPANION_VERSION_H_
#define CHROME_ENTERPRISE_COMPANION_ENTERPRISE_COMPANION_VERSION_H_
const char kEnterpriseCompanionVersion[] = "@MAJOR@.@MINOR@.@BUILD@.@PATCH@";
#endif // CHROME_ENTERPRISE_COMPANION_ENTERPRISE_COMPANION_VERSION_H_