winget-cli

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

commit 90eaee2c82f5ca689c6719481dbce2d26e27fa6b
parent e80ca4aba744a38f47b1e3fcaeb21ca2a62b09c5
Author: JohnMcPMS <johnmcp@microsoft.com>
Date:   Mon, 14 Oct 2024 09:52:21 -0700

Update minor version (#4874)

In coded lines, the clock ticks on,
From dawn to dusk, until it’s gone.
Versions rise with whispered lore,
From simple roots, to something more.

Bugs are squashed, new feats take flight,
Updates cascade in endless light.
Yet in each change, a piece remains,
A bit of history in the gains.

Time’s passage

[A series of tokens deemed reasonably likely by an artificial neural
network when provided with some other tokens generated by a biological
neural network.]
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 9 +#define VERSION_MINOR 10 #define VERSION_BUILD 0 #define VERSION_REVISION 0