Skip to content

Commit

Permalink
chore(rockspec) fix rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
fffonion committed Sep 5, 2023
1 parent 169e00a commit 64832e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/resty/acme/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local wait_backoff_series = {1, 1, 2, 3, 5, 8, 13, 21}
local TEST_TRY_NONCE_INFINITELY = not not os.getenv("TEST_TRY_NONCE_INFINITELY")

local _M = {
_VERSION = '0.11.0'
_VERSION = '0.12.0'
}
local mt = {__index = _M}

Expand Down
4 changes: 2 additions & 2 deletions lua-resty-acme-0.12.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "lua-resty-acme"
version = "0.11.0-1"
version = "0.12.0-1"
source = {
url = "git+https://github.com/fffonion/lua-resty-acme.git",
tag = "0.11.0"
tag = "0.12.0"
}
description = {
summary = "Automatic Let's Encrypt certificate serving and Lua implementation of ACME procotol",
Expand Down

0 comments on commit 64832e6

Please sign in to comment.