github.com/blixtra/rkt@v0.8.1-0.20160204105720-ab0d1add1a43/Documentation/subcommands/version.md (about)

     1  # rkt version
     2  
     3  This command prints the rkt version, the appc version rkt is built against, and the Go version and architecture rkt was built with.
     4  
     5  ## Example
     6  
     7  ```
     8  $ rkt version
     9  rkt Version: 0.16.0
    10  appc Version: 0.7.4
    11  Go Version: go1.5.3
    12  Go OS/Arch: linux/amd64