Skip to content

Commit 14104ab

Browse files
committed
bump upcoming version
1 parent 9076a54 commit 14104ab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
MLEM uses [semantic versioning](https://semver.org/). Potentially breaking changes are written in **bold**. Each newly released version also has a corresponding [tag](https://github.com/Ellpeck/MLEM/tags).
33

4+
## 8.0.1 (In Development)
5+
6+
No code changes
7+
48
## 8.0.0
59

610
### MLEM

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#tool dotnet:?package=docfx&version=2.78.3
33

44
// this is the upcoming version, for prereleases
5-
var version = Argument("version", "8.0.0");
5+
var version = Argument("version", "8.0.1");
66
var target = Argument("target", "Default");
77
var gitRef = Argument("ref", "refs/heads/main");
88
var buildNum = Argument("buildNum", "");

0 commit comments

Comments
 (0)