diff options
Diffstat (limited to 'html2md_main.go')
| -rw-r--r-- | html2md_main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html2md_main.go b/html2md_main.go index ebf91fe..2bb6225 100644 --- a/html2md_main.go +++ b/html2md_main.go @@ -49,8 +49,8 @@ type OptsT struct { var ( progname = "html2md" - version = "0.1.01" - date = "2020-07-25" + version = "0.2.01" + date = "2020-08-08" rootArgv *rootT // Opts store all the configurable options |