Skip to content

Commit e3d25d4

Browse files
Update proto/shared/shared.version.proto
Co-authored-by: Niklas van Schrick <[email protected]>
1 parent ef16da5 commit e3d25d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/shared/shared.version.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ package shared;
77
message Version {
88
int32 major = 1;
99
int32 minor = 2;
10-
int32 bug = 3;
10+
int32 patch = 3;
1111
}

0 commit comments

Comments
 (0)