Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
seachicken committed Oct 14, 2024
1 parent 95f3df5 commit 9022ac6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = "inga"
version = "0.5.4-beta.2"
version = "0.5.4-beta.3"

repositories {
mavenCentral()
Expand Down
4 changes: 2 additions & 2 deletions src/main/kotlin/inga/intellijinga/IngaService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ class IngaService(
) {
companion object {
const val INGA_IMAGE_NAME = "ghcr.io/seachicken/inga"
const val INGA_IMAGE_TAG = "0.24.1-java"
const val INGA_IMAGE_TAG = "0.24.2-beta.15-java"
const val INGA_UI_IMAGE_NAME = "ghcr.io/seachicken/inga-ui"
const val INGA_UI_IMAGE_TAG = "0.7.3"
const val INGA_UI_IMAGE_TAG = "0.7.5"
}

private val ingaContainerName = "inga_${project.name}"
Expand Down

0 comments on commit 9022ac6

Please sign in to comment.