Skip to content

Commit 2069a79

Browse files
committed
bump version
1 parent ed93f4e commit 2069a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/aviator/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ func setCli() *cli.App {
1212
}
1313
cmd.Name = "Aviator"
1414
cmd.Usage = "Navigate to a aviator.yml file and run aviator"
15-
cmd.Version = "0.20.0"
15+
cmd.Version = "1.0.0"
1616
cmd.Flags = getFlags()
1717
return cmd
1818
}

0 commit comments

Comments
 (0)