mirror of
https://github.com/saily/vnc-recorder.git
synced 2025-06-30 07:21:59 +00:00
set correct version in cli
Signed-off-by: Daniel Widerin <daniel@widerin.net>
This commit is contained in:
parent
b46e488cd3
commit
cb6ef6d550
2
main.go
2
main.go
@ -20,7 +20,7 @@ func main() {
|
|||||||
app := &cli.App{
|
app := &cli.App{
|
||||||
Name: path.Base(os.Args[0]),
|
Name: path.Base(os.Args[0]),
|
||||||
Usage: "Connect to a vnc server and record the screen to a video.",
|
Usage: "Connect to a vnc server and record the screen to a video.",
|
||||||
Version: "1.0",
|
Version: "0.3.0",
|
||||||
Authors: []*cli.Author{
|
Authors: []*cli.Author{
|
||||||
&cli.Author{
|
&cli.Author{
|
||||||
Name: "Daniel Widerin",
|
Name: "Daniel Widerin",
|
||||||
|
Loading…
Reference in New Issue
Block a user