8000 Downgrade version number to 0.24 · libgit2/libgit2sharp@27d0411 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27d0411

Browse files
committed
Downgrade version number to 0.24
Our new version numbering system is quite clever and tries to advance the teeny version number automagically. Previously we would call ourselves an "0.25 preview", so we would rev the minor version number immediately after a new release. But the new system is incrementing the teeny version, so now we're at "0.25.14" even though we've never released an "0.25"! Instead we should be a teeny release upon "0.24". This is actually right and good and much more sensible than our previous strategy.
1 parent 52e689c commit 27d0411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "0.25",
3+
"version": "0.24",
44
"publicReleaseRefSpec": [
55
"^refs/heads/master$", // we release out of master
66
"^refs/heads/v\\d+(?:\\.\\d+)?$" // we also release out of vNN branches

0 commit comments

Comments
 (0)
0