Skip to content

Commit 2c2f60e

Browse files
committed
v2.17.0
1 parent fd70371 commit 2c2f60e

File tree

8 files changed

+9
-8
lines changed

8 files changed

+9
-8
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import LocalProcesses.*
44

55
organization := "net.yoshinorin"
66
name := "qualtet"
7-
version := "v2.16.0"
7+
version := "v2.17.0"
88
scalaVersion := "3.6.3"
99
val repository = "https://github.com/yoshinorin/qualtet"
1010

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM ghcr.io/yoshinorin/docker-sbt:v1.10.7-scala3.6.3-jdk21 as builder
33

44
LABEL maintainer="yoshinorin"
5-
ENV QUALTET_VERSION="v2.16.0"
5+
ENV QUALTET_VERSION="v2.17.0"
66

77
RUN apt update -y \
88
&& apt upgrade -y \

docs/_docs/docker/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ The following are representative environment variables.
2121
| --- | --- |
2222
| `JAVA_VERSION` | `jdk-17.0.7+7` |
2323
| `SBT_VERSION` | `1.9.0` |
24-
| `QUALTET_VERSION` | `v2.16.0` |
24+
| `QUALTET_VERSION` | `v2.17.0` |
2525

2626
If you want to see more details, please execute `docker inspect <image_id>`.

docs/_docs/releases/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ title: Releases
55

66
| Version | Code name | Released at |
77
| --- | --- | --- |
8+
| [v2.17.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.17.0) | Scarlet Roji | |
89
| [v2.16.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.16.0) | Scarlet Quji | 2025-01-28T14:41:31Z |
910
| [v2.15.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.15.0) | Scarlet Penerapi | 2024-12-04T15:54:35Z |
1011
| [v2.14.0](https://github.com/yoshinorin/qualtet/releases/tag/v2.14.0) | Scarlet Orgasta | 2024-07-21T04:53:47Z |

docs/rest-api/components/schemas/response/applicationInfo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ properties:
55
example: "qualtet"
66
version:
77
type: string
8-
example: "v2.16.0"
8+
example: "v2.17.0"
99
repository:
1010
type: string
1111
example: "https://github.com/yoshinorin/qualtet"

docs/rest-api/openapi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
openapi: 3.1.0
22
info:
33
title: Qualtet API
4-
version: v2.16.0
4+
version: v2.17.0
55
description: |
66
# Description
77
This API documentation regarding OpenAPI specification. Generated by [ReDoc](https://github.com/Rebilly/ReDoc).

docs/rest-api/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/rest-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "v2.16.0",
3+
"version": "v2.17.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)