Skip to content

Commit 839cbd9

Browse files
committed
fix: fixing the version
1 parent 9d00326 commit 839cbd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class EntryType(Enum):
119119
r"(?P<request_id>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})"
120120
)
121121

122-
LOGGING_LAMBDA_VERSION = "2.9.5"
122+
LOGGING_LAMBDA_VERSION = "2.9.9"
123123
LOGGING_PLUGIN_METADATA = {"type": "lambda", "version": LOGGING_LAMBDA_VERSION}
124124

125125

0 commit comments

Comments
 (0)