1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-12 12:18:46 +02:00

bump upcoming version

This commit is contained in:
Ell 2021-06-30 00:30:17 +02:00
parent 5564878c9d
commit 25efa0bd50
2 changed files with 4 additions and 1 deletions

View file

@ -4,8 +4,11 @@ MLEM uses [semantic versioning](https://semver.org/).
This changelog also contains information on versions that have yet to be released. The changelog for unreleased versions might be edited over time as new features get added, changed or removed. To see the newest released version's code, check out the [release branch](https://github.com/Ellpeck/MLEM/tree/release).
Jump to version:
- [5.1.0 (Unreleased)](#510-unreleased)
- [5.0.0](#500)
## 5.1.0 (Unreleased)
## 5.0.0
### MLEM
Additions

View file

@ -2,7 +2,7 @@
#tool docfx.console&version=2.51.0
// this is the upcoming version, for prereleases
var version = Argument("version", "5.0.0");
var version = Argument("version", "5.1.0");
var target = Argument("target", "Default");
var branch = Argument("branch", "main");
var config = Argument("configuration", "Release");