Skip to content

Commit

Permalink
Release 3.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
yuezk committed Apr 21, 2021
1 parent cc05ab5 commit e7dac91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
kotlin("jvm") version "1.3.72"
}

version = "3.8.4"
version = "3.8.5"

repositories {
mavenCentral()
Expand Down Expand Up @@ -37,8 +37,8 @@ tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml
sinceBuild("193")
changeNotes("""
<ul>
<li>update version to 3.8.4</li>
<li>Add support for the tomcat logging</li>
<li>update version to 3.8.5</li>
<li>Fix the failed to launch problem</li>
</ul>
""")
}
Expand Down

0 comments on commit e7dac91

Please sign in to comment.