We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c4256 commit 1dee048Copy full SHA for 1dee048
1 file changed
src/main/kotlin/rhmodding/bread/Bread.kt
@@ -26,7 +26,7 @@ class Bread : Application() {
26
}
27
const val GITHUB: String = "https://github.com/rhmodding/bread"
28
const val LICENSE_NAME: String = "Apache License 2.0"
29
- val VERSION: Version = Version(1, 1, 4, "DEVELOPMENT")
+ val VERSION: Version = Version(1, 1, 4, "")
30
val rootFolder: File = File(System.getProperty("user.home")).resolve(".bread/").apply { mkdirs() }
31
val windowIcons: List<Image> by lazy { listOf(BreadIcon.icon32, BreadIcon.icon64) }
32
0 commit comments