Skip to content

Commit 7da251b

Browse files
authored
update version (#64)
1 parent 19b23be commit 7da251b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,6 @@ build/*
3434

3535
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
3636
hs_err_pid*
37+
38+
39+
.profileconfig.json

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// keep the name theVersion and the val definition since script update_version.sh maintains it
2-
val theVersion = "0.8.8"
2+
val theVersion = "0.8.11"
33

44
allprojects {
55
group = "io.github.digma-ai"

0 commit comments

Comments
 (0)