diff options
Diffstat (limited to 'html2md_main.go')
| -rw-r--r-- | html2md_main.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html2md_main.go b/html2md_main.go index 4995e6c..2e7d291 100644 --- a/html2md_main.go +++ b/html2md_main.go @@ -1,7 +1,7 @@ //////////////////////////////////////////////////////////////////////////// // Program: html2md // Purpose: HTML to Markdown -// Authors: Tong Sun (c) 2020-2023, All rights reserved +// Authors: Tong Sun (c) 2020-2024, All rights reserved //////////////////////////////////////////////////////////////////////////// package main @@ -23,8 +23,8 @@ import ( var ( progname = "html2md" - version = "1.1.1" - date = "2023-06-15" + version = "1.5.0" + date = "2024-02-10" rootArgv *rootT ) |