Skip to content

Commit 55f8468

Browse files
authored
prepared stmt bind params (#74)
1 parent 6609e69 commit 55f8468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Gradle clean
4949
uses: gradle/gradle-build-action@v2
5050
with:
51-
arguments: --parallel clean
51+
arguments: clean build
5252

5353
# make sure that "gradlew publish" runs in NO parallel mode, since it might create multiple repositories on the OSS server
5454

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.15"
2+
val theVersion = "0.8.16"
33

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

0 commit comments

Comments
 (0)