set correct version in cli

Signed-off-by: Daniel Widerin <daniel@widerin.net>
This commit is contained in:
Daniel Widerin 2020-10-25 14:26:30 +01:00
parent b46e488cd3
commit cb6ef6d550
No known key found for this signature in database
GPG Key ID: F75B6C110ED4EF65

View File

@ -20,7 +20,7 @@ func main() {
app := &cli.App{
Name: path.Base(os.Args[0]),
Usage: "Connect to a vnc server and record the screen to a video.",
Version: "1.0",
Version: "0.3.0",
Authors: []*cli.Author{
&cli.Author{
Name: "Daniel Widerin",