winget-cli

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

commit bdeea5ad5db25bda2cd610eb08a6125e3a54c1d7
parent 180a8d7d5ad3fe90c3a038f9e5ffda5ae77c289a
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date:   Thu, 22 Feb 2024 09:30:30 -0800

Increment version to 1.8 (#4192)


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 7 +#define VERSION_MINOR 8 #define VERSION_BUILD 0 #define VERSION_REVISION 0