Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterRO94 committed Mar 4, 2024
1 parent a040301 commit 6529f41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bin/code.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.PHONY: code.check code.check.dirty code.fix code.fix.dirty code.check.diff code.fix.diff

version ?= 0.4.1
version ?= 0.5.6
branch ?= develop

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

CODE_MK_DOWNLOAD_URL=https://raw.githubusercontent.com/justcoded/dockerize-php-code-analysis/main/bin/code.mk
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"version": "0.5.5"
"version": "0.5.6"
}
2 changes: 1 addition & 1 deletion src/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"JustCoded\\PhpCodeAnalysisTool\\": "./"
}
},
"version": "v0.5.5"
"version": "0.5.6"
}

0 comments on commit 6529f41

Please sign in to comment.