winget-cli

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

commit f9812eb69a94d229aa4e20972bb18dd07e428931
parent 260779a85bb1fe123a3d6db066a94c5f3186b86c
Author: Flor Chacón <14323496+florelis@users.noreply.github.com>
Date:   Thu,  6 Feb 2025 09:32:58 -0800

Bump version to 1.11 (#5167)


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