winget-cli

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

commit 83cd0dcaddd31cc64570422b081f7743a79dc10d
parent 41e70acb3c1f24a54742c088dbe7a3949f7ffdb0
Author: Ryan <69221034+ryfu-msft@users.noreply.github.com>
Date:   Tue,  6 Jun 2023 17:14:12 -0700

bump version from 1.5 to 1.6 (#3317)


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