Skip to content

Commit 52d5c4c

Browse files
author
Julien Ruaux
committed
docs: Updated Trino version
1 parent 6b69746 commit 52d5c4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- name: Commit release version
6363
run: |
6464
VERSION=${{ github.event.inputs.version }}
65-
sed -i -e "s/^\:project-version\:\ .*/:project-version: $VERSION/g" README.adoc
65+
sed -i -e "s/^\:project-version\:\ \ \ .*/:project-version: $VERSION/g" README.adoc
6666
git add pom.xml
6767
git add README.adoc
6868
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TRINO_VERSION=395
1+
ARG TRINO_VERSION=403
22

33
FROM docker.io/library/maven:3.8.6-openjdk-18 AS builder
44
WORKDIR /root/redis-sql

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:project-owner: redis-field-engineering
44
:project-name: redis-sql
55
:project-group: com.redis
6-
:project-version: 0.2.6
6+
:project-version: 0.2.6
77
:project-url: https://github.com/{project-owner}/{project-name}
88
:documentation-url: https://{project-owner}.github.io/{project-name}
99

0 commit comments

Comments
 (0)