diff options
| author | Tong Sun <[email protected]> | 2023-06-15 17:55:47 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2023-06-15 17:55:47 -0400 |
| commit | ec1b5c2d11c93a5f478a27055b02620a5fb29c33 (patch) | |
| tree | 78a1b2b1feea186f7f295e7c67386a483cc96c75 /html2md_main.go | |
| parent | Merge pull request #17 from suntong/all-contributors/add-ImportTaste (diff) | |
| download | html2md-1.1.1.tar.xz html2md-1.1.1.zip | |
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 fce0d56..4995e6c 100644 --- a/html2md_main.go +++ b/html2md_main.go @@ -23,8 +23,8 @@ import ( var ( progname = "html2md" - version = "1.1.0" - date = "2023-05-03" + version = "1.1.1" + date = "2023-06-15" rootArgv *rootT ) |