diff --git a/src/com/blogspot/cdcsutils/lognote/Main.kt b/src/com/blogspot/cdcsutils/lognote/Main.kt index 39fb5f0..fdc2a1a 100644 --- a/src/com/blogspot/cdcsutils/lognote/Main.kt +++ b/src/com/blogspot/cdcsutils/lognote/Main.kt @@ -4,7 +4,7 @@ import javax.swing.SwingUtilities class Main { companion object { - const val VERSION: String = "0.3.7" + const val VERSION: String = "0.3.8" const val NAME: String = "LogNote" @JvmStatic