Skip to content

Commit 1bebb19

Browse files
PHP plugin version alignment
1 parent fd2dbde commit 1bebb19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ apply plugin: 'idea'
2323
apply plugin: 'groovy'
2424
apply plugin: 'org.jetbrains.changelog'
2525

26-
def phpPluginVersion = System.getProperty("phpPluginVersion", "212.5080.71")
26+
def phpPluginVersion = System.getProperty("phpPluginVersion", "212.5080.55")
2727
def ideaVersion = System.getProperty("ideaVersion", "2021.2.1")
2828
def javaVersion = 11
2929

0 commit comments

Comments
 (0)