Skip to content

Commit

Permalink
release: 发布 0.8.0-1 版本.
Browse files Browse the repository at this point in the history
这是 0.8.0 版本的重新发布版本, 由于 0.8.0 版本在构建并发布到 Maven 仓库中出现问题,
为确保本项目的“可重现构建”承诺能正常实施, 因此决定发布 0.8.0-1 版本.
该版本与 0.8.0 版本除了补充缺失的 Javadoc 外并无其他差别, 最终用户依然可以继续使用 0.8.0 版本.
  • Loading branch information
LamGC committed Dec 11, 2024
1 parent c681ebc commit 818cb21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ allprojects {

}
group = "net.lamgc"
version = "0.8.0"
version = "0.8.0-1"
}

0 comments on commit 818cb21

Please sign in to comment.