mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-21 20:43:29 +01:00
bump upcoming version
This commit is contained in:
parent
40a697a96c
commit
f8aae9f5c2
2 changed files with 4 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
MLEM tries to adhere to [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**.
|
||||
|
||||
Jump to version:
|
||||
- [6.3.0](#630-in-development)
|
||||
- [6.2.0](#620)
|
||||
- [6.1.0](#610)
|
||||
- [6.0.0](#600)
|
||||
|
@ -10,6 +11,8 @@ Jump to version:
|
|||
- [5.1.0](#510)
|
||||
- [5.0.0](#500)
|
||||
|
||||
## 6.3.0 (In Development)
|
||||
|
||||
## 6.2.0
|
||||
|
||||
### MLEM
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#tool dotnet:?package=docfx&version=2.67.5
|
||||
|
||||
// this is the upcoming version, for prereleases
|
||||
var version = Argument("version", "6.2.0");
|
||||
var version = Argument("version", "6.3.0");
|
||||
var target = Argument("target", "Default");
|
||||
var branch = Argument("branch", "main");
|
||||
var config = Argument("configuration", "Release");
|
||||
|
|
Loading…
Reference in a new issue