Skip to content

Commit

Permalink
fix: set LOGGING_LAMBDA_VERSION as 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsobrino committed Dec 14, 2023
1 parent b223420 commit 2d6bb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class EntryType(Enum):
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})"
)

LOGGING_LAMBDA_VERSION = "2.9.0"
LOGGING_LAMBDA_VERSION = "1.1.0"
LOGGING_PLUGIN_METADATA = {"type": "lambda", "version": LOGGING_LAMBDA_VERSION}


Expand Down

0 comments on commit 2d6bb83

Please sign in to comment.