Skip to content

Commit 1dee048

Browse files
committed
Bump version
1 parent a8c4256 commit 1dee048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/rhmodding/bread/Bread.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Bread : Application() {
2626
}
2727
const val GITHUB: String = "https://github.com/rhmodding/bread"
2828
const val LICENSE_NAME: String = "Apache License 2.0"
29-
val VERSION: Version = Version(1, 1, 4, "DEVELOPMENT")
29+
val VERSION: Version = Version(1, 1, 4, "")
3030
val rootFolder: File = File(System.getProperty("user.home")).resolve(".bread/").apply { mkdirs() }
3131
val windowIcons: List<Image> by lazy { listOf(BreadIcon.icon32, BreadIcon.icon64) }
3232

0 commit comments

Comments
 (0)