Skip to content

Commit d2ddae0

Browse files
committed
Updated the default version value of the server option
1 parent 7db537e commit d2ddae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/server/WebDAVServerOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var WebDAVServerOptions = (function () {
1818
this.https = null;
1919
this.port = 1900;
2020
this.serverName = 'webdav-server';
21-
this.version = '1.5.0';
21+
this.version = '1.8.0';
2222
this.autoSave = null;
2323
}
2424
return WebDAVServerOptions;

src/server/WebDAVServerOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export class WebDAVServerOptions
2424
https ?: https.ServerOptions = null
2525
port ?: number = 1900
2626
serverName ?: string = 'webdav-server'
27-
version ?: string = '1.5.0'
27+
version ?: string = '1.8.0'
2828
autoSave ?: {
2929
treeFilePath : string
3030
tempTreeFilePath : string

0 commit comments

Comments
 (0)