blob: 7c48bffc35b4dd1734dcc7c67da9f3b53cf1b052 [file] [log] [blame]
// Copyright (c) 2022, the Dart project authors. All rights reserved. Use of
// this source code is governed by a BSD-style license that can be found in the
// LICENSE file.
syntax = "proto3";
package recipes.dart.release.release;
message Release {
// Version to release.
string version = 1;
}