github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/docs/content/commands/rclone_version.md (about) 1 --- 2 title: "rclone version" 3 description: "Show the version number." 4 slug: rclone_version 5 url: /commands/rclone_version/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/version/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone version 9 10 Show the version number. 11 12 ## Synopsis 13 14 15 Show the version number, the go version and the architecture. 16 17 Eg 18 19 $ rclone version 20 rclone v1.41 21 - os/arch: linux/amd64 22 - go version: go1.10 23 24 If you supply the --check flag, then it will do an online check to 25 compare your version with the latest release and the latest beta. 26 27 $ rclone version --check 28 yours: 1.42.0.6 29 latest: 1.42 (released 2018-06-16) 30 beta: 1.42.0.5 (released 2018-06-17) 31 32 Or 33 34 $ rclone version --check 35 yours: 1.41 36 latest: 1.42 (released 2018-06-16) 37 upgrade: https://downloads.rclone.org/v1.42 38 beta: 1.42.0.5 (released 2018-06-17) 39 upgrade: https://beta.rclone.org/v1.42-005-g56e1e820 40 41 42 43 ``` 44 rclone version [flags] 45 ``` 46 47 ## Options 48 49 ``` 50 --check Check for new version. 51 -h, --help help for version 52 ``` 53 54 See the [global flags page](/flags/) for global options not listed here. 55 56 ## SEE ALSO 57 58 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 59