Skip to content

Commit

Permalink
Update memcached to 1.6.25
Browse files Browse the repository at this point in the history
  • Loading branch information
wodbot committed Mar 21, 2024
1 parent 18de361 commit f76099a
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.24'
version: '1.6.25'
tags: 1,latest
2 changes: 1 addition & 1 deletion .memcached
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.24#2024-03-16T00:34:10.628382Z
1.6.25#2024-03-21T00:35:07.445063Z
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.24
MEMCACHED_VER ?= 1.6.25

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

Expand Down

0 comments on commit f76099a

Please sign in to comment.