Skip to content

Commit

Permalink
Merge pull request #131 from RADAR-base/release-0.5.2
Browse files Browse the repository at this point in the history
Sync release with dev
  • Loading branch information
mpgxvii authored May 8, 2024
2 parents 5607b7a + f72531a commit 7e1af09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ name: "CodeQL"

on:
push:
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
pull_request:
branches: [ "main", "dev" ]
branches: [ "master", "dev" ]
schedule:
- cron: '24 21 * * 0'

Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@Suppress("ConstPropertyName", "MemberVisibilityCanBePrivate")
object Versions {
const val project = "0.4.2-SNAPSHOT"
const val project = "0.5.3-SNAPSHOT"

const val java = 17
const val kotlin = "1.9.22"
Expand Down

0 comments on commit 7e1af09

Please sign in to comment.