summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/repo.proto b/repo.proto
index c966ab9..ec3b6fb 100644
--- a/repo.proto
+++ b/repo.proto
@@ -27,6 +27,7 @@ message Repo { // `autogenpb:marshal`
google.protobuf.Timestamp lastGoDep = 13; // last time go.sum was processed
bool dirty = 14; // if git says things have been changed
GoDeps published = 15; // the last published go.mod/go.sum
+ string targetVersion = 16; // useful during the package release process
}
message Repos { // `autogenpb:marshal`