Skip to content

Commit

Permalink
Revert "Version upgrade to 2023.11"
Browse files Browse the repository at this point in the history
This reverts commit 3882e9c.
  • Loading branch information
Vladimir Ilmov committed Nov 13, 2023
1 parent 3882e9c commit 69d326d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group = "org.jetbrains.teamcity"
val pluginVersion = project.findProperty("PluginVersion") ?: "999999-snapshot-${Date().time}"
version = pluginVersion

val teamcityVersion = "2023.11-SNAPSHOT"
val teamcityVersion = "2023.05-SNAPSHOT"

extra["teamcityVersion"] = teamcityVersion
extra["downloadsDir"] = project.findProperty("downloads.dir") ?: "${rootDir}/downloads"
Expand Down

0 comments on commit 69d326d

Please sign in to comment.