From 3c3ce7d6aec7b2ff9fb43ab0425a4354c59911a8 Mon Sep 17 00:00:00 2001 From: ceikry Date: Mon, 5 Sep 2022 11:34:01 -0500 Subject: [PATCH] Update build number --- src/main/kotlin/EditorConstants.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/EditorConstants.kt b/src/main/kotlin/EditorConstants.kt index a085a5f..18d7030 100644 --- a/src/main/kotlin/EditorConstants.kt +++ b/src/main/kotlin/EditorConstants.kt @@ -2,7 +2,7 @@ import com.github.weisj.darklaf.LafManager import com.github.weisj.darklaf.theme.OneDarkTheme object EditorConstants { - var BUILD_NUMBER = "1.3.0" + var BUILD_NUMBER = "1.5.0" var DARK_MODE = true