diff options
| author | Tong Sun <[email protected]> | 2023-05-03 12:44:34 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2023-05-03 12:44:34 -0400 |
| commit | d16838c89887a1a5efd6856f043ccb43c9391ce0 (patch) | |
| tree | e630729bc66d9f255acec6974da897659a2953b9 /html2md_main.go | |
| parent | - [+] implement excluding control. close #6 (diff) | |
| download | html2md-1.1.0.tar.xz html2md-1.1.0.zip | |
- [#] v1.1.0v1.1.0
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 bd4b7f5..fce0d56 100644 --- a/html2md_main.go +++ b/html2md_main.go @@ -23,8 +23,8 @@ import ( var ( progname = "html2md" - version = "1.0.0" - date = "2023-05-02" + version = "1.1.0" + date = "2023-05-03" rootArgv *rootT ) |