# hello version


Print the version string and exit.


``` bash
hello version [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Print the version string and exit.

    Usage:
      hello version [flags]

    Flags:
      -h, --help   help for version

    Global Flags:
      --config string   config file (default: hello.toml)
      -v, --verbose     enable verbose output


# Options


`-h, --help`  
help for version

`--config: string = hello.toml`  
config file

`-v, --verbose`  
enable verbose output
