Skip to content

Commit

Permalink
release v0.4.3
Browse files Browse the repository at this point in the history
Change-Id: I8f85abc0481324ae5cd7df0c060d628df17f0edb
  • Loading branch information
jxskiss committed May 17, 2022
1 parent a4acb8c commit c28cd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/resty/ssl-cert-server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local table_insert = table.insert

local err_204_no_content = "204 no content"

local _M = { _VERSION = '0.4.2' }
local _M = { _VERSION = '0.4.3' }

-- We need to initialize the cache on the lua module level so that
-- it can be shared by all the requests served by each nginx worker process.
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/jxskiss/ssl-cert-server/server"
)

const VERSION = "0.4.2"
const VERSION = "0.4.3"

// StringArray implements flag.Value interface.
type StringArray []string
Expand Down

0 comments on commit c28cd54

Please sign in to comment.