Skip to content

Commit

Permalink
Bump suffix version into 4
Browse files Browse the repository at this point in the history
  • Loading branch information
danifbento committed Oct 14, 2021
1 parent 91d62b0 commit 579c8f4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-newrelic-integration"
version = "0.01-3"
version = "0.01-4"
source = {
url = "git://github.com/danifbento/lua-newrelic-integration",
tag = "v0.01-3"
tag = "v0.01-4"
}
description = {
summary = "Lua newrelic client library for OpenResty / ngx_lua.",
Expand All @@ -21,7 +21,7 @@ dependencies = {
build = {
type = "builtin",
modules = {
["lua-nri.newrelic"] = "lib/nri/newrelic.lua",
["lua-nri.newrelic_agent"] = "lib/nri/newrelic_agent.lua"
["lua-nri.newrelic"] = "lib/lua-nri/newrelic.lua",
["lua-nri.newrelic_agent"] = "lib/lua-nri/newrelic_agent.lua"
}
}

0 comments on commit 579c8f4

Please sign in to comment.