github.com/rkt/rkt@v1.30.1-0.20200224141603-171c416fac02/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: 1.30.0
    10  appc Version: 0.8.11
    11  Go Version: go1.5.3
    12  Go OS/Arch: linux/amd64