blob: e504abba048be368d3d509b0df10b85d48f4545c [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from recipe_engine import recipe_api
QEMU_CIPD_VERSION = 'git_revision:533bf2563d0213a7e002d9fcde75519d30ffa70f'
class QemuApi(recipe_api.RecipeApi):
@property
def version(self):
return QEMU_CIPD_VERSION