File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ endif()
27
27
# 1. MAJOR version when you make incompatible API changes
28
28
# 2. MINOR version when you add functionality in a backward compatible manner
29
29
# 3. PATCH version when you make backward compatible bug fixes
30
- set (SFS_LIBRARY_VERSION "0.1 .0" )
30
+ set (SFS_LIBRARY_VERSION "1.0 .0" )
31
31
32
32
project (
33
33
sfsclient
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ void DisplayUsage()
30
30
<< " Options:" << std::endl
31
31
<< " -h, --help\t\t\t Display this help message" << std::endl
32
32
<< " -v, --version\t\t\t Display the library version" << std::endl
33
- << " --isApp\t\t Indicates the specific product is an App" << std::endl
33
+ << " --isApp\t\t\ t Indicates the specific product is an App" << std::endl
34
34
<< " --instanceId <id>\t\t A custom SFS instance ID" << std::endl
35
35
<< " --namespace <ns>\t\t A custom SFS namespace" << std::endl
36
36
<< " --customUrl <url>\t\t A custom URL for the SFS service. Library must have been built with SFS_ENABLE_OVERRIDES"
You can’t perform that action at this time.
0 commit comments