Skip to content

Commit

Permalink
bump upcoming
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellpeck committed Apr 4, 2024
1 parent 11256b0 commit e8f6e09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](#631-in-development)
- [6.3.0](#630)
- [6.2.0](#620)
- [6.1.0](#610)
Expand All @@ -11,6 +12,8 @@ Jump to version:
- [5.1.0](#510)
- [5.0.0](#500)

## 6.3.1 (In Development)

## 6.3.0

### MLEM
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#tool dotnet:?package=docfx&version=2.70.3

// this is the upcoming version, for prereleases
var version = Argument("version", "6.3.0");
var version = Argument("version", "6.3.1");
var target = Argument("target", "Default");
var branch = Argument("branch", "main");
var config = Argument("configuration", "Release");
Expand Down

0 comments on commit e8f6e09

Please sign in to comment.