winget-cli

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c7c8b7b6e04096cf3dd3eaeb34dbfb625da6e1e0
parent d55174394ea4d5526b3b6066d883ee0e565f7162
Author: Ryan Fu <69221034+ryfu-msft@users.noreply.github.com>
Date:   Mon, 20 Jun 2022 16:42:52 -0700

bump version from 1.3 to 1.4 (#2263)


Diffstat:
Msrc/binver/binver/version.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/binver/binver/version.h b/src/binver/binver/version.h @@ -2,7 +2,7 @@ #define STRINGIZE(s) STRINGIZE2(s) #define VERSION_MAJOR 1 -#define VERSION_MINOR 3 +#define VERSION_MINOR 4 #define VERSION_BUILD 0 #define VERSION_REVISION 0