Remove version prefix dev

This commit is contained in:
2023-02-18 15:49:46 +08:00
parent 70261df520
commit 4b8eb490f5

View File

@ -4,7 +4,7 @@ plugins {
}
group 'com.github.jie65535.opencommand'
version 'dev-1.5.1'
version '1.5.1'
sourceCompatibility = 17
targetCompatibility = 17