1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-22 12:58:33 +01:00

bump upcoming version

This commit is contained in:
Ell 2023-01-19 21:03:13 +01:00
parent 30160e8210
commit 4cfa105f75
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,7 @@
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**. MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
Jump to version: Jump to version:
- [6.2.0](#620-in-development)
- [6.1.0](#610) - [6.1.0](#610)
- [6.0.0](#600) - [6.0.0](#600)
- [5.3.0](#530) - [5.3.0](#530)
@ -9,6 +10,8 @@ Jump to version:
- [5.1.0](#510) - [5.1.0](#510)
- [5.0.0](#500) - [5.0.0](#500)
## 6.2.0 (In Development)
## 6.1.0 ## 6.1.0
### MLEM ### MLEM

View file

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