From 5018c963f986be85d7d00ee7755d4bc4d550eb82 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 28 Oct 2025 16:53:07 +0100 Subject: [PATCH] chore: prepare for next release --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1384fd78..6c71c2d1 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ .PHONY: all coverage coverage-js coverage-php doc doc-js doc-php increment sign test test-js test-php help CURRENT_VERSION = 2.0.2 -VERSION ?= 2.0.2 +VERSION ?= 2.0.3 VERSION_FILES = README.md SECURITY.md doc/Installation.md js/package.json lib/Controller.php Makefile REGEX_CURRENT_VERSION := $(shell echo $(CURRENT_VERSION) | sed "s/\./\\\./g") REGEX_VERSION := $(shell echo $(VERSION) | sed "s/\./\\\./g")