Skip to content

Commit

Permalink
chore: CLI upgraded to 2.6.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro committed Aug 24, 2023
1 parent 3990da7 commit e5b8ab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion triples-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ USER tguser
ENV PATH=$PATH:/home/tguser/.local/bin

# Installing Renku
RUN python3 -m pip install 'renku==2.6.2' 'sentry-sdk==1.5.11'
RUN python3 -m pip install 'renku==2.6.2rc1' 'sentry-sdk==1.5.11'

RUN git config --global user.name 'renku' && \
git config --global user.email 'renku@renkulab.io' && \
Expand Down
2 changes: 1 addition & 1 deletion triples-generator/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ triples-generation = "renku-log"
# Defines expected version of the renku cli and the schema that is generated by the CLI.
compatibility {
# The expected version of CLI used by TS.
cli-version = "2.6.2"
cli-version = "2.6.2rc1"

# The expected version of the schema as returned by CLI.
schema-version = "10"
Expand Down

0 comments on commit e5b8ab1

Please sign in to comment.