From 911d121bb9330d376f867fc32fae461f05981f9d Mon Sep 17 00:00:00 2001
From: Nick Craig-Wood <nick@craig-wood.com>
Date: Sat, 30 Sep 2017 15:22:00 +0100
Subject: [PATCH] docs: Fix version number

---
 docs/content/commands/rclone.md                      | 6 +++---
 docs/content/commands/rclone_authorize.md            | 6 +++---
 docs/content/commands/rclone_cat.md                  | 6 +++---
 docs/content/commands/rclone_check.md                | 6 +++---
 docs/content/commands/rclone_cleanup.md              | 6 +++---
 docs/content/commands/rclone_config.md               | 6 +++---
 docs/content/commands/rclone_copy.md                 | 6 +++---
 docs/content/commands/rclone_copyto.md               | 6 +++---
 docs/content/commands/rclone_cryptcheck.md           | 6 +++---
 docs/content/commands/rclone_cryptdecode.md          | 6 +++---
 docs/content/commands/rclone_dbhashsum.md            | 6 +++---
 docs/content/commands/rclone_dedupe.md               | 6 +++---
 docs/content/commands/rclone_delete.md               | 6 +++---
 docs/content/commands/rclone_genautocomplete.md      | 6 +++---
 docs/content/commands/rclone_genautocomplete_bash.md | 4 ++--
 docs/content/commands/rclone_genautocomplete_zsh.md  | 4 ++--
 docs/content/commands/rclone_gendocs.md              | 6 +++---
 docs/content/commands/rclone_listremotes.md          | 6 +++---
 docs/content/commands/rclone_ls.md                   | 6 +++---
 docs/content/commands/rclone_lsd.md                  | 6 +++---
 docs/content/commands/rclone_lsjson.md               | 6 +++---
 docs/content/commands/rclone_lsl.md                  | 6 +++---
 docs/content/commands/rclone_md5sum.md               | 6 +++---
 docs/content/commands/rclone_mkdir.md                | 6 +++---
 docs/content/commands/rclone_mount.md                | 6 +++---
 docs/content/commands/rclone_move.md                 | 6 +++---
 docs/content/commands/rclone_moveto.md               | 6 +++---
 docs/content/commands/rclone_ncdu.md                 | 6 +++---
 docs/content/commands/rclone_obscure.md              | 6 +++---
 docs/content/commands/rclone_purge.md                | 6 +++---
 docs/content/commands/rclone_rcat.md                 | 6 +++---
 docs/content/commands/rclone_rmdir.md                | 6 +++---
 docs/content/commands/rclone_rmdirs.md               | 6 +++---
 docs/content/commands/rclone_sha1sum.md              | 6 +++---
 docs/content/commands/rclone_size.md                 | 6 +++---
 docs/content/commands/rclone_sync.md                 | 6 +++---
 docs/content/commands/rclone_tree.md                 | 6 +++---
 docs/content/commands/rclone_version.md              | 6 +++---
 38 files changed, 112 insertions(+), 112 deletions(-)

diff --git a/docs/content/commands/rclone.md b/docs/content/commands/rclone.md
index 05a725c21..5cce604c6 100644
--- a/docs/content/commands/rclone.md
+++ b/docs/content/commands/rclone.md
@@ -1,12 +1,12 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone"
 slug: rclone
 url: /commands/rclone/
 ---
 ## rclone
 
-Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+Sync files and directories to and from local and remote object stores - v1.38
 
 ### Synopsis
 
@@ -153,7 +153,7 @@ rclone [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
   -V, --version                           Print the version number
 ```
diff --git a/docs/content/commands/rclone_authorize.md b/docs/content/commands/rclone_authorize.md
index 28a3aeafb..6cda64df1 100644
--- a/docs/content/commands/rclone_authorize.md
+++ b/docs/content/commands/rclone_authorize.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone authorize"
 slug: rclone_authorize
 url: /commands/rclone_authorize/
@@ -125,11 +125,11 @@ rclone authorize [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_cat.md b/docs/content/commands/rclone_cat.md
index 0aa3bb47f..b6c90a5fd 100644
--- a/docs/content/commands/rclone_cat.md
+++ b/docs/content/commands/rclone_cat.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone cat"
 slug: rclone_cat
 url: /commands/rclone_cat/
@@ -146,11 +146,11 @@ rclone cat remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_check.md b/docs/content/commands/rclone_check.md
index 4c7531ddd..d56d0c4fb 100644
--- a/docs/content/commands/rclone_check.md
+++ b/docs/content/commands/rclone_check.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone check"
 slug: rclone_check
 url: /commands/rclone_check/
@@ -135,11 +135,11 @@ rclone check source:path dest:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_cleanup.md b/docs/content/commands/rclone_cleanup.md
index a057e88bf..d56ae415c 100644
--- a/docs/content/commands/rclone_cleanup.md
+++ b/docs/content/commands/rclone_cleanup.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone cleanup"
 slug: rclone_cleanup
 url: /commands/rclone_cleanup/
@@ -125,11 +125,11 @@ rclone cleanup remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_config.md b/docs/content/commands/rclone_config.md
index 1fa2f4199..c992f68be 100644
--- a/docs/content/commands/rclone_config.md
+++ b/docs/content/commands/rclone_config.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone config"
 slug: rclone_config
 url: /commands/rclone_config/
@@ -132,11 +132,11 @@ rclone config [function] [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_copy.md b/docs/content/commands/rclone_copy.md
index f9f2e7fdb..3d1e5b523 100644
--- a/docs/content/commands/rclone_copy.md
+++ b/docs/content/commands/rclone_copy.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone copy"
 slug: rclone_copy
 url: /commands/rclone_copy/
@@ -161,11 +161,11 @@ rclone copy source:path dest:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_copyto.md b/docs/content/commands/rclone_copyto.md
index d5444cb5d..6a1f95984 100644
--- a/docs/content/commands/rclone_copyto.md
+++ b/docs/content/commands/rclone_copyto.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone copyto"
 slug: rclone_copyto
 url: /commands/rclone_copyto/
@@ -148,11 +148,11 @@ rclone copyto source:path dest:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_cryptcheck.md b/docs/content/commands/rclone_cryptcheck.md
index a15f742ac..ddd3fa378 100644
--- a/docs/content/commands/rclone_cryptcheck.md
+++ b/docs/content/commands/rclone_cryptcheck.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone cryptcheck"
 slug: rclone_cryptcheck
 url: /commands/rclone_cryptcheck/
@@ -145,11 +145,11 @@ rclone cryptcheck remote:path cryptedremote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_cryptdecode.md b/docs/content/commands/rclone_cryptdecode.md
index dc462542e..0df24a4f4 100644
--- a/docs/content/commands/rclone_cryptdecode.md
+++ b/docs/content/commands/rclone_cryptdecode.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone cryptdecode"
 slug: rclone_cryptdecode
 url: /commands/rclone_cryptdecode/
@@ -129,11 +129,11 @@ rclone cryptdecode encryptedremote: encryptedfilename [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_dbhashsum.md b/docs/content/commands/rclone_dbhashsum.md
index ad345f760..bd6937b95 100644
--- a/docs/content/commands/rclone_dbhashsum.md
+++ b/docs/content/commands/rclone_dbhashsum.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone dbhashsum"
 slug: rclone_dbhashsum
 url: /commands/rclone_dbhashsum/
@@ -127,11 +127,11 @@ rclone dbhashsum remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_dedupe.md b/docs/content/commands/rclone_dedupe.md
index e57828460..02f8b9006 100644
--- a/docs/content/commands/rclone_dedupe.md
+++ b/docs/content/commands/rclone_dedupe.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone dedupe"
 slug: rclone_dedupe
 url: /commands/rclone_dedupe/
@@ -202,11 +202,11 @@ rclone dedupe [mode] remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_delete.md b/docs/content/commands/rclone_delete.md
index 294a44a3a..c3ea12dba 100644
--- a/docs/content/commands/rclone_delete.md
+++ b/docs/content/commands/rclone_delete.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone delete"
 slug: rclone_delete
 url: /commands/rclone_delete/
@@ -139,11 +139,11 @@ rclone delete remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_genautocomplete.md b/docs/content/commands/rclone_genautocomplete.md
index 94679da68..e4d49fe03 100644
--- a/docs/content/commands/rclone_genautocomplete.md
+++ b/docs/content/commands/rclone_genautocomplete.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone genautocomplete"
 slug: rclone_genautocomplete
 url: /commands/rclone_genautocomplete/
@@ -121,12 +121,12 @@ Run with --help to list the supported shells.
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 * [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/)	 - Output bash completion script for rclone.
 * [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/)	 - Output zsh completion script for rclone.
 
diff --git a/docs/content/commands/rclone_genautocomplete_bash.md b/docs/content/commands/rclone_genautocomplete_bash.md
index 7bb7c9eac..832fd7a00 100644
--- a/docs/content/commands/rclone_genautocomplete_bash.md
+++ b/docs/content/commands/rclone_genautocomplete_bash.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone genautocomplete bash"
 slug: rclone_genautocomplete_bash
 url: /commands/rclone_genautocomplete_bash/
@@ -137,7 +137,7 @@ rclone genautocomplete bash [output_file] [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
diff --git a/docs/content/commands/rclone_genautocomplete_zsh.md b/docs/content/commands/rclone_genautocomplete_zsh.md
index ca5871f3e..0a5dec40a 100644
--- a/docs/content/commands/rclone_genautocomplete_zsh.md
+++ b/docs/content/commands/rclone_genautocomplete_zsh.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone genautocomplete zsh"
 slug: rclone_genautocomplete_zsh
 url: /commands/rclone_genautocomplete_zsh/
@@ -137,7 +137,7 @@ rclone genautocomplete zsh [output_file] [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
diff --git a/docs/content/commands/rclone_gendocs.md b/docs/content/commands/rclone_gendocs.md
index ff532937f..a1058f748 100644
--- a/docs/content/commands/rclone_gendocs.md
+++ b/docs/content/commands/rclone_gendocs.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone gendocs"
 slug: rclone_gendocs
 url: /commands/rclone_gendocs/
@@ -125,11 +125,11 @@ rclone gendocs output_directory [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_listremotes.md b/docs/content/commands/rclone_listremotes.md
index e0e014557..c06a2b80a 100644
--- a/docs/content/commands/rclone_listremotes.md
+++ b/docs/content/commands/rclone_listremotes.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone listremotes"
 slug: rclone_listremotes
 url: /commands/rclone_listremotes/
@@ -127,11 +127,11 @@ rclone listremotes [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_ls.md b/docs/content/commands/rclone_ls.md
index 363dc48b3..0a2ff5208 100644
--- a/docs/content/commands/rclone_ls.md
+++ b/docs/content/commands/rclone_ls.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone ls"
 slug: rclone_ls
 url: /commands/rclone_ls/
@@ -122,11 +122,11 @@ rclone ls remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_lsd.md b/docs/content/commands/rclone_lsd.md
index 771550b20..2e32d7132 100644
--- a/docs/content/commands/rclone_lsd.md
+++ b/docs/content/commands/rclone_lsd.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone lsd"
 slug: rclone_lsd
 url: /commands/rclone_lsd/
@@ -122,11 +122,11 @@ rclone lsd remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_lsjson.md b/docs/content/commands/rclone_lsjson.md
index 438789e58..84b9c85bc 100644
--- a/docs/content/commands/rclone_lsjson.md
+++ b/docs/content/commands/rclone_lsjson.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone lsjson"
 slug: rclone_lsjson
 url: /commands/rclone_lsjson/
@@ -150,11 +150,11 @@ rclone lsjson remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_lsl.md b/docs/content/commands/rclone_lsl.md
index 130c4a456..844ca06f0 100644
--- a/docs/content/commands/rclone_lsl.md
+++ b/docs/content/commands/rclone_lsl.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone lsl"
 slug: rclone_lsl
 url: /commands/rclone_lsl/
@@ -122,11 +122,11 @@ rclone lsl remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_md5sum.md b/docs/content/commands/rclone_md5sum.md
index c040f10a5..3c83a9ee3 100644
--- a/docs/content/commands/rclone_md5sum.md
+++ b/docs/content/commands/rclone_md5sum.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone md5sum"
 slug: rclone_md5sum
 url: /commands/rclone_md5sum/
@@ -125,11 +125,11 @@ rclone md5sum remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_mkdir.md b/docs/content/commands/rclone_mkdir.md
index ab8028bba..e882a5e3e 100644
--- a/docs/content/commands/rclone_mkdir.md
+++ b/docs/content/commands/rclone_mkdir.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone mkdir"
 slug: rclone_mkdir
 url: /commands/rclone_mkdir/
@@ -122,11 +122,11 @@ rclone mkdir remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md
index 3144dc5a1..b666d3019 100644
--- a/docs/content/commands/rclone_mount.md
+++ b/docs/content/commands/rclone_mount.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone mount"
 slug: rclone_mount
 url: /commands/rclone_mount/
@@ -240,11 +240,11 @@ rclone mount remote:path /path/to/mountpoint [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_move.md b/docs/content/commands/rclone_move.md
index 1524d8e01..7ff9de586 100644
--- a/docs/content/commands/rclone_move.md
+++ b/docs/content/commands/rclone_move.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone move"
 slug: rclone_move
 url: /commands/rclone_move/
@@ -139,11 +139,11 @@ rclone move source:path dest:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_moveto.md b/docs/content/commands/rclone_moveto.md
index 834d6d683..1bfc86c09 100644
--- a/docs/content/commands/rclone_moveto.md
+++ b/docs/content/commands/rclone_moveto.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone moveto"
 slug: rclone_moveto
 url: /commands/rclone_moveto/
@@ -151,11 +151,11 @@ rclone moveto source:path dest:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_ncdu.md b/docs/content/commands/rclone_ncdu.md
index acb91d4a9..8a9e78b09 100644
--- a/docs/content/commands/rclone_ncdu.md
+++ b/docs/content/commands/rclone_ncdu.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone ncdu"
 slug: rclone_ncdu
 url: /commands/rclone_ncdu/
@@ -146,11 +146,11 @@ rclone ncdu remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_obscure.md b/docs/content/commands/rclone_obscure.md
index 2930e6498..5997585cd 100644
--- a/docs/content/commands/rclone_obscure.md
+++ b/docs/content/commands/rclone_obscure.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone obscure"
 slug: rclone_obscure
 url: /commands/rclone_obscure/
@@ -122,11 +122,11 @@ rclone obscure password [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_purge.md b/docs/content/commands/rclone_purge.md
index 90882aa9a..1c0c69497 100644
--- a/docs/content/commands/rclone_purge.md
+++ b/docs/content/commands/rclone_purge.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone purge"
 slug: rclone_purge
 url: /commands/rclone_purge/
@@ -126,11 +126,11 @@ rclone purge remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_rcat.md b/docs/content/commands/rclone_rcat.md
index c549cf2cc..d2fdd6356 100644
--- a/docs/content/commands/rclone_rcat.md
+++ b/docs/content/commands/rclone_rcat.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone rcat"
 slug: rclone_rcat
 url: /commands/rclone_rcat/
@@ -144,11 +144,11 @@ rclone rcat remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_rmdir.md b/docs/content/commands/rclone_rmdir.md
index f0180cf54..c13390bd9 100644
--- a/docs/content/commands/rclone_rmdir.md
+++ b/docs/content/commands/rclone_rmdir.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone rmdir"
 slug: rclone_rmdir
 url: /commands/rclone_rmdir/
@@ -124,11 +124,11 @@ rclone rmdir remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_rmdirs.md b/docs/content/commands/rclone_rmdirs.md
index 1afaf7092..963d24959 100644
--- a/docs/content/commands/rclone_rmdirs.md
+++ b/docs/content/commands/rclone_rmdirs.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone rmdirs"
 slug: rclone_rmdirs
 url: /commands/rclone_rmdirs/
@@ -129,11 +129,11 @@ rclone rmdirs remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_sha1sum.md b/docs/content/commands/rclone_sha1sum.md
index 6806b0a7c..aae39e0ee 100644
--- a/docs/content/commands/rclone_sha1sum.md
+++ b/docs/content/commands/rclone_sha1sum.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone sha1sum"
 slug: rclone_sha1sum
 url: /commands/rclone_sha1sum/
@@ -125,11 +125,11 @@ rclone sha1sum remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_size.md b/docs/content/commands/rclone_size.md
index 5996722e9..abc249fe8 100644
--- a/docs/content/commands/rclone_size.md
+++ b/docs/content/commands/rclone_size.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone size"
 slug: rclone_size
 url: /commands/rclone_size/
@@ -122,11 +122,11 @@ rclone size remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_sync.md b/docs/content/commands/rclone_sync.md
index dcf59b5fe..9dadd192d 100644
--- a/docs/content/commands/rclone_sync.md
+++ b/docs/content/commands/rclone_sync.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone sync"
 slug: rclone_sync
 url: /commands/rclone_sync/
@@ -141,11 +141,11 @@ rclone sync source:path dest:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_tree.md b/docs/content/commands/rclone_tree.md
index b978036bd..ba7722afb 100644
--- a/docs/content/commands/rclone_tree.md
+++ b/docs/content/commands/rclone_tree.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone tree"
 slug: rclone_tree
 url: /commands/rclone_tree/
@@ -165,11 +165,11 @@ rclone tree remote:path [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017
diff --git a/docs/content/commands/rclone_version.md b/docs/content/commands/rclone_version.md
index 615ae8482..76c22a3eb 100644
--- a/docs/content/commands/rclone_version.md
+++ b/docs/content/commands/rclone_version.md
@@ -1,5 +1,5 @@
 ---
-date: 2017-09-30T14:20:12+01:00
+date: 2017-09-30T14:21:35+01:00
 title: "rclone version"
 slug: rclone_version
 url: /commands/rclone_version/
@@ -122,11 +122,11 @@ rclone version [flags]
       --track-renames                     When synchronizing, track file renames and do a server side move if possible
       --transfers int                     Number of file transfers to run in parallel. (default 4)
   -u, --update                            Skip files that are newer on the destination.
-      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38-001-gda4e1b84")
+      --user-agent string                 Set the user-agent to a specified string. The default is rclone/ version (default "rclone/v1.38")
   -v, --verbose count[=-1]                Print lots more stuff (repeat for more)
 ```
 
 ### SEE ALSO
-* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38-001-gda4e1b84
+* [rclone](/commands/rclone/)	 - Sync files and directories to and from local and remote object stores - v1.38
 
 ###### Auto generated by spf13/cobra on 30-Sep-2017