Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Dec 26, 2022
1 parent e2d0ff2 commit 48cffda
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import scala.sys.process.Process

organization := "net.yoshinorin"
name := "qualtet"
version := "v1.13.0"
version := "v2.0.0"
scalaVersion := "3.2.1"

scalacOptions ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ RUN apt update -y \

WORKDIR /usr/opt

RUN git clone --depth 1 --branch v1.13.0 https://github.com/yoshinorin/qualtet.git
RUN git clone --depth 1 --branch v2.0.0 https://github.com/yoshinorin/qualtet.git

WORKDIR /usr/opt/qualtet

COPY entry-point.sh entry-point.sh

RUN rm -rf scripts docs docker .github .gitignore .editorconfig .git .env .env.example \
&& sbt assembly exit \
&& cp ./target/scala-3.2.1/qualtet-assembly-v1.13.0.jar qualtet-assembly.jar \
&& cp ./target/scala-3.2.1/qualtet-assembly-v2.0.0.jar qualtet-assembly.jar \
&& chmod +x entry-point.sh

ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ]
2 changes: 1 addition & 1 deletion docs/rest-api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ info:
description: |
# Description
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).
version: v1.13.0
version: v2.0.0
externalDocs:
description: Source code
url: 'https://github.com/yoshinorin/qualtet'
Expand Down

0 comments on commit 48cffda

Please sign in to comment.