Skip to content

Commit

Permalink
Change PACKAGE_VERSION to VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
ostorlab committed Feb 27, 2025
1 parent 5fae9cb commit 2500076
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ enum MetadataTypeEnum {
CLASS_NAME = 6;
METHOD_NAME = 7;
CALL_TRACE = 8;
PACKAGE_VERSION = 9;
VERSION = 9;
}

message Frame {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class MetadataType(enum.Enum):
PORT = enum.auto()
LOG = enum.auto()
PACKAGE_NAME = enum.auto()
PACKAGE_VERSION = enum.auto()
VERSION = enum.auto()
CLASS_NAME = enum.auto()
METHOD_NAME = enum.auto()
CALL_TRACE = enum.auto()
Expand Down

0 comments on commit 2500076

Please sign in to comment.