Streamline versioning of cli and core into one
This commit is contained in:
parent
94a5aff260
commit
b19eba0560
6 changed files with 9 additions and 13 deletions
|
@ -1 +1 @@
|
|||
2.0.1
|
||||
2.0.0
|
|
@ -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) {
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
package main
|
||||
|
||||
var Version = "dev"
|
Loading…
Add table
Add a link
Reference in a new issue