github.com/jbramsden/hugo@v0.47.1/docs/content/en/commands/hugo_version.md (about)

     1  ---
     2  date: 2018-08-17
     3  title: "hugo version"
     4  slug: hugo_version
     5  url: /commands/hugo_version/
     6  ---
     7  ## hugo version
     8  
     9  Print the version number of Hugo
    10  
    11  ### Synopsis
    12  
    13  All software has versions. This is Hugo's.
    14  
    15  ```
    16  hugo version [flags]
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22    -h, --help   help for version
    23  ```
    24  
    25  ### Options inherited from parent commands
    26  
    27  ```
    28        --config string    config file (default is path/config.yaml|json|toml)
    29        --debug            debug output
    30        --log              enable Logging
    31        --logFile string   log File path (if set, logging enabled automatically)
    32        --quiet            build in quiet mode
    33    -v, --verbose          verbose output
    34        --verboseLog       verbose logging
    35  ```
    36  
    37  ### SEE ALSO
    38  
    39  * [hugo](/commands/hugo/)	 - hugo builds your site
    40  
    41  ###### Auto generated by spf13/cobra on 17-Aug-2018