Skip to content

Commit

Permalink
redis 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leonchen83 committed Aug 16, 2023
1 parent 03b064e commit 3d5974f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.9.4
Add command option `--ignore-ttl`.
Add support for redis 7.2.

### 0.9.3

Add command description.
Expand Down
2 changes: 1 addition & 1 deletion DockerfileNative
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM springci/graalvm-ce:java11-0.12.x AS builder

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

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.3
v0.9.4

0 comments on commit 3d5974f

Please sign in to comment.