Skip to content

Commit c0bbd5d

Browse files
committed
chor: Version
1 parent d08641e commit c0bbd5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bin/code.mk

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: code.check code.check.dirty code.fix code.fix.dirty code.check.diff code.fix.diff
22

3-
version ?= 0.2.0
3+
version ?= 0.2.1
44
branch ?= develop
55

66
ECS_IMAGE := hub.jcdev.net:24000/php-code-analysis-tool:${version}
@@ -77,3 +77,6 @@ code.config.publish:
7777
@docker cp ${CONTAINER_ID}:/app/ecs.php ecs.php
7878
@docker rm -v ${CONTAINER_ID}
7979
@echo '...........Published "ecs.php"'
80+
81+
code.self-update:
82+
echo $(shell pwd)

0 commit comments

Comments
 (0)