Skip to content

Commit a2e5496

Browse files
fun90claude
andcommitted
Release v2.0.4
- Update version from 2.0.3 to 2.0.4 in pom.xml - Update version references in CLAUDE.md and application.properties - Build successfully verified 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 011a332 commit a2e5496

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

CLAUDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ java -jar target/quarkus-app/quarkus-run.jar
5050
./mvnw package -Pnative -DskipTests -Dquarkus.native.additional-build-args=-J-Xmx8g
5151

5252
# Run native executable
53-
./target/airopscat-2.0.2-runner
53+
./target/airopscat-2.0.4-runner
5454

5555
# Run with external configuration
56-
./target/airopscat-2.0.2-runner -Dquarkus.config.locations=./application.properties
56+
./target/airopscat-2.0.4-runner -Dquarkus.config.locations=./application.properties
5757
```
5858

5959
## Architecture Overview

pom.xml

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

55
<groupId>com.fun90</groupId>
66
<artifactId>airopscat</artifactId>
7-
<version>2.0.3</version>
7+
<version>2.0.4</version>
88

99
<description>A lightweight, agile, and efficient server management system. Stay nimble, stay in control. 🐱💨</description>
1010

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ quarkus.qute.remove-standalone-lines=true
105105
quarkus.qute.strict-rendering=true
106106

107107
# \u5E94\u7528\u7248\u672C\u548C\u66F4\u65B0\u914D\u7F6E
108-
app.version=2.0.3
108+
app.version=2.0.4
109109
app.githubURL=https://api.github.com/repos/fun90/AirOpsCat/releases/latest
110110
%prod.app.update-check.enabled=true
111111

0 commit comments

Comments
 (0)