We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b23be commit 7da251bCopy full SHA for 7da251b
.gitignore
@@ -34,3 +34,6 @@ build/*
34
35
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
36
hs_err_pid*
37
+
38
39
+.profileconfig.json
version.gradle.kts
@@ -1,5 +1,5 @@
1
// keep the name theVersion and the val definition since script update_version.sh maintains it
2
-val theVersion = "0.8.8"
+val theVersion = "0.8.11"
3
4
allprojects {
5
group = "io.github.digma-ai"
0 commit comments