Skip to content

Commit 3d5974f

Browse files
committed
redis 7.2
1 parent 03b064e commit 3d5974f

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.9.4
2+
Add command option `--ignore-ttl`.
3+
Add support for redis 7.2.
4+
15
### 0.9.3
26

37
Add command description.

DockerfileNative

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM springci/graalvm-ce:java11-0.12.x AS builder
22

3-
ARG MAVEN_VERSION=3.9.3
3+
ARG MAVEN_VERSION=3.9.4
44
ARG BASE_URL=https://ftp.yz.yamagata-u.ac.jp/pub/network/apache/maven/maven-3/${MAVEN_VERSION}/binaries
55

66
WORKDIR /app

src/main/resources/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.9.3
1+
v0.9.4

0 commit comments

Comments
 (0)