Skip to content

Commit 7e1af09

Browse files
authored
Merge pull request #131 from RADAR-base/release-0.5.2
Sync release with dev
2 parents 5607b7a + f72531a commit 7e1af09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.DS_Store

-8 KB
Binary file not shown.

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main", "dev" ]
16+
branches: [ "master", "dev" ]
1717
pull_request:
18-
branches: [ "main", "dev" ]
18+
branches: [ "master", "dev" ]
1919
schedule:
2020
- cron: '24 21 * * 0'
2121

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
22
object Versions {
3-
const val project = "0.4.2-SNAPSHOT"
3+
const val project = "0.5.3-SNAPSHOT"
44

55
const val java = 17
66
const val kotlin = "1.9.22"

0 commit comments

Comments
 (0)