Skip to content

Commit 6529f41

Browse files
committed
chore: bump version
1 parent a040301 commit 6529f41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bin/code.mk

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.PHONY: code.check code.check.dirty code.fix code.fix.dirty code.check.diff code.fix.diff
22

3-
version ?= 0.4.1
3+
version ?= 0.5.6
44
branch ?= develop
55

6-
ECS_IMAGE := hub.jcdev.net:24000/php-code-analysis-tool:${version}
6+
ECS_IMAGE := ghcr.io/justcoded/php-code-analysis:${version}
77
#ECS_IMAGE := docker.io/library/dockerize-php-code-analysis-php-code-analysis-tool
88

99
CODE_MK_DOWNLOAD_URL=https://raw.githubusercontent.com/justcoded/dockerize-php-code-analysis/main/bin/code.mk

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@
2929
"dealerdirect/phpcodesniffer-composer-installer": true
3030
}
3131
},
32-
"version": "0.5.5"
32+
"version": "0.5.6"
3333
}

src/composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"JustCoded\\PhpCodeAnalysisTool\\": "./"
1515
}
1616
},
17-
"version": "v0.5.5"
17+
"version": "0.5.6"
1818
}

0 commit comments

Comments
 (0)