Skip to content

Commit 820763a

Browse files
committed
Bump version to 1.19.0
1 parent ca346ba commit 820763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package version
33

44
// DDLambdaVersion is the current version number of this library (datadog-lambda-go).
55
// It is automatically updated by the release script.
6-
const DDLambdaVersion = "1.18.0"
6+
const DDLambdaVersion = "1.19.0"
77

88
// DDTraceVersion is the version of dd-trace-go required by this libary.
99
// This should match the version number specified in go.mod.

0 commit comments

Comments
 (0)