Skip to content

Commit 633c5de

Browse files
committed
chore: bump version
1 parent 966ade1 commit 633c5de

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ SHELL=/bin/bash
44
include bin/colors-xterm.mk
55

66
PROJECT_NAME := Dockerized PHP Code Analysis Tool
7-
SQL_DB_MAX_WAIT := 120
87

98
default:
109
@echo '${PROJECT_NAME}'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@
3030
}
3131
},
3232
"version": "0.4.3"
33-
}
33+
}

src/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"JustCoded\\PhpCodeAnalysisTool\\": "./"
1515
}
1616
},
17-
"version": "v0.4.2"
17+
"version": "v0.4.3"
1818
}

0 commit comments

Comments
 (0)