summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-05-23 10:43:13 -0500
committerJeff Carr <[email protected]>2025-06-04 06:30:03 -0500
commit2ee8d4947bd6107e95168c01f278178e314081e9 (patch)
treef603853838d3bf9e110d6b3d83f71a3ff03cd7c6
parent3b0c528b68d86fb84762d82d34ac24772918d7fc (diff)
playing around with forge patchingv0.0.4
-rw-r--r--bug.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/bug.proto b/bug.proto
index 5bed185..2bca0fe 100644
--- a/bug.proto
+++ b/bug.proto
@@ -10,6 +10,7 @@ import "google/protobuf/any.proto"; // Import 'Any'
message Bug {
string uuid = 1;
string name = 2;
+ string subject = 3;
}
message Bugs { // `autogenpb:marshal`