mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
bump version (in preparation for updating to net5)
This commit is contained in:
parent
7619ac0dcf
commit
fb4e20f545
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#tool docfx.console&version=2.51.0
|
||||
|
||||
// this is the upcoming version, for prereleases
|
||||
var version = Argument("version", "4.3.0");
|
||||
var version = Argument("version", "5.0.0");
|
||||
var target = Argument("target", "Default");
|
||||
var branch = Argument("branch", "main");
|
||||
var config = Argument("configuration", "Release");
|
||||
|
|
Loading…
Reference in a new issue