Skip to content
This repository was archived by the owner on Jul 4, 2024. It is now read-only.

Commit f11c47e

Browse files
author
CatX_feitu
committed
release: 1.0.0222-tempfix -> 1.0.0223
1 parent 189333f commit f11c47e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tasks.withType(JavaCompile).configureEach {
2929
}
3030

3131
group = 'catx.feitu'
32-
version = '1.0.0222-TempFix'
32+
version = '1.0.0223'
3333

3434
repositories {
3535
mavenCentral()

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM openjdk:17-oracle
33

44
# 全局版本号
5-
ARG VERSION=1.0.0213
5+
ARG VERSION=1.0.0223
66

77
# DOCKERFILE信息
88
LABEL maintainer="catxfeitu@gmail.com"

settings.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
rootProject.name = 'CozeDiscordBridge'
2+
23
include 'CozeProxy'
34
include 'DiscordSelfBot'

0 commit comments

Comments
 (0)