Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinsch committed May 26, 2021
1 parent 96e0dc9 commit 836741a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version

// DDLambdaVersion is the current version number of this library (datadog-lambda-go).
// It is automatically updated by the release script.
const DDLambdaVersion = "1.0.0"
const DDLambdaVersion = "1.0.1"

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

0 comments on commit 836741a

Please sign in to comment.