From 39f5cbaf810dea40662d3d2b1c410b36e3223775 Mon Sep 17 00:00:00 2001 From: dzmipt Date: Tue, 9 Jan 2024 16:05:37 +0100 Subject: [PATCH] next version --- build.gradle | 2 +- notes.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1de075a6..51ca0e4c 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'signing' group = "com.github.dzmipt" archivesBaseName = "kdbStudio" -version = "dz3.0.1" +version = "dz4.0" compileJava { sourceCompatibility = JavaVersion.VERSION_1_8 diff --git a/notes.md b/notes.md index b2556e44..5942b53b 100644 --- a/notes.md +++ b/notes.md @@ -1,3 +1,5 @@ + `dz4.0` 2024.01.09 +----- * Drill down for complex results (with double click or popup menu) * Rework kdb connection logic * No IPC protocol downgrade in case of first attempt failure