1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-11-01 05:10:50 +01:00

bump version (we've been adding features!)

This commit is contained in:
Ell 2024-10-29 23:13:41 +01:00
parent 41fb515f80
commit b59fe6b817
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +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:
- [7.1.2](#712-in-development) - [7.2.0](#720-in-development)
- [7.1.1](#711) - [7.1.1](#711)
- [7.1.0](#710) - [7.1.0](#710)
- [7.0.0](#700) - [7.0.0](#700)
@ -16,7 +16,7 @@ Jump to version:
- [5.1.0](#510) - [5.1.0](#510)
- [5.0.0](#500) - [5.0.0](#500)
## 7.1.2 (In Development) ## 7.2.0 (In Development)
### MLEM ### MLEM
Fixes Fixes

View file

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