Streamline versioning of cli and core into one

This commit is contained in:
ChaoticByte 2025-03-08 21:14:19 +01:00
parent 94a5aff260
commit b19eba0560
No known key found for this signature in database
6 changed files with 9 additions and 13 deletions

View file

@ -1 +1 @@
2.0.1
2.0.0

View file

@ -68,7 +68,7 @@ lurch-dl --url string The url to the video
IP address might get banned from the servers.
default: 10.0
Version: cli` + Version + "_core" + core.Version)
Version: ` + core.Version)
}
func CliParseArguments() (core.Arguments, CliOnlyArguments, error) {

View file

@ -1,3 +0,0 @@
package main
var Version = "dev"