Skip to content

Commit

Permalink
Update memcached to 1.6.31
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Sep 10, 2024
1 parent 6f438ee commit 9288243
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: actions/checkout@v2
- uses: ./.github/actions
with:
version: '1.6.30'
version: '1.6.31'
tags: 1,latest
2 changes: 1 addition & 1 deletion .memcached
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.30#2024-09-07T03:34:14.793966Z
1.6.31#2024-09-10T00:34:39.181246Z
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-include env_make

MEMCACHED_VER ?= 1.6.30
MEMCACHED_VER ?= 1.6.31

TAG ?= $(shell echo "${MEMCACHED_VER}" | grep -oE '^[0-9]+\.[0-9]+')

Expand Down

0 comments on commit 9288243

Please sign in to comment.