1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-10 19:38:43 +02:00

bump upcoming version

This commit is contained in:
Ell 2024-04-05 11:14:35 +02:00
parent 3089220d38
commit 49bc5b7f25
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**.
Jump to version:
- [6.3.2](#632-in-development)
- [6.3.1](#631)
- [6.3.0](#630)
- [6.2.0](#620)
@ -12,6 +13,8 @@ Jump to version:
- [5.1.0](#510)
- [5.0.0](#500)
## 6.3.2 (In Development)
## 6.3.1
No code changes

View file

@ -2,7 +2,7 @@
#tool dotnet:?package=docfx&version=2.75.3
// this is the upcoming version, for prereleases
var version = Argument("version", "6.3.1");
var version = Argument("version", "6.3.2");
var target = Argument("target", "Default");
var gitRef = Argument("ref", "refs/heads/main");
var buildNum = Argument("buildNum", "");