Skip to content

Commit

Permalink
Version für deploy test erhöht
Browse files Browse the repository at this point in the history
  • Loading branch information
alex1702 committed Aug 6, 2023
1 parent bbcc4b2 commit febb47e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -27,7 +27,7 @@ sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
group = 'de.mediathekview'
archivesBaseName = "MServer"
version = '3.1.213'
version = '3.1.214'

def jarName = 'MServer.jar'
def mainClass = 'mServer.Main'
Expand Down Expand Up @@ -269,4 +269,4 @@ sonarqube {
properties {
property "sonar.projectKey", "mediathekview_MServer"
}
}
}

0 comments on commit febb47e

Please sign in to comment.