From 61bf571c94c454198c29f88685ea35e8bb2c944d Mon Sep 17 00:00:00 2001 From: QuanWanxx <68055742+QuanWanxx@users.noreply.github.com> Date: Mon, 8 Aug 2022 10:01:21 +0800 Subject: [PATCH] Update version to 5.0.4 --- release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.yml b/release.yml index cd4a63ded..22e032fe5 100644 --- a/release.yml +++ b/release.yml @@ -18,7 +18,7 @@ variables: buildConfiguration: 'Release' major: 5 minor: 0 - patch: 3 + patch: 4 buildnum: $[counter(format('{0}.{1}.{2}',variables['major'],variables['minor'], variables['patch']), 1)] version: $(major).$(minor).$(patch).$(buildnum)