From 7c9eb266bb9c9b3113cbd89bfb816ad4a863826b Mon Sep 17 00:00:00 2001 From: yoshinorin Date: Thu, 29 Sep 2022 22:37:19 +0900 Subject: [PATCH] release: v1.11.0 --- README.md | 2 +- build.sbt | 2 +- docker/Dockerfile | 4 ++-- docs/api/openapi.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85391fc9..2cbfe533 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ |Latest|Build|Coverage|API Doc| |---|---|---|---| -|![](https://img.shields.io/badge/Release-v1.10.0-blue.svg?style=flat-square)|[![CI](https://img.shields.io/github/workflow/status/yoshinorin/qualtet/CI/master?label=CI)](https://github.com/yoshinorin/qualtet/actions)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)|[![](https://img.shields.io/badge/Doc-Swagger-blue.svg)](https://yoshinorin.github.io/qualtet/)| +|![](https://img.shields.io/badge/Release-v1.11.0-blue.svg?style=flat-square)|[![CI](https://img.shields.io/github/workflow/status/yoshinorin/qualtet/CI/master?label=CI)](https://github.com/yoshinorin/qualtet/actions)|[![Coverage Status](https://coveralls.io/repos/github/yoshinorin/qualtet/badge.svg?branch=master)](https://coveralls.io/github/yoshinorin/qualtet?branch=master)|[![](https://img.shields.io/badge/Doc-Swagger-blue.svg)](https://yoshinorin.github.io/qualtet/)| ## Related Repositories diff --git a/build.sbt b/build.sbt index 6f3e7063..728521d4 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import scala.sys.process.Process organization := "net.yoshinorin" name := "qualtet" -version := "v1.10.0" +version := "v1.11.0" scalaVersion := "2.13.8" scalacOptions ++= Seq( diff --git a/docker/Dockerfile b/docker/Dockerfile index 4c021d7b..c0b1a8cd 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,7 +10,7 @@ RUN apt update -y \ WORKDIR /usr/opt -RUN git clone --depth 1 --branch v1.10.0 https://github.com/yoshinorin/qualtet.git +RUN git clone --depth 1 --branch v1.11.0 https://github.com/yoshinorin/qualtet.git WORKDIR /usr/opt/qualtet @@ -18,7 +18,7 @@ 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-2.13/qualtet-assembly-v1.10.0.jar qualtet-assembly.jar \ + && cp ./target/scala-2.13/qualtet-assembly-v1.11.0.jar qualtet-assembly.jar \ && chmod +x entry-point.sh ENTRYPOINT [ "/usr/opt/qualtet/entry-point.sh" ] diff --git a/docs/api/openapi.yml b/docs/api/openapi.yml index 66e0d75e..05d314be 100644 --- a/docs/api/openapi.yml +++ b/docs/api/openapi.yml @@ -4,7 +4,7 @@ info: description: | # Description This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc). - version: v1.10.0 + version: v1.11.0 externalDocs: description: Source code url: 'https://github.com/yoshinorin/qualtet'