diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-19 14:50:35 -0400 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2021-03-19 14:50:35 -0400 |
commit | 7ab76b1997e0d251f45560f458a297de4ec36ca0 (patch) | |
tree | 469887c64774db941c40a2dd8eff064ef21a058e | |
parent | edc972c7ee308cfda25a18c02994a9e11c975b00 (diff) |
-rw-r--r-- | srt2vtt/ui.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/srt2vtt/ui.scm b/srt2vtt/ui.scm index 607c49e..64df81d 100644 --- a/srt2vtt/ui.scm +++ b/srt2vtt/ui.scm @@ -38,7 +38,7 @@ Convert SubRip formatted subtitles to WebVTT format.~%") (exit 0)) (define (show-version-and-exit) - (format #t "srt2vtt 0.1~%") + (format #t "srt2vtt 0.2~%") (exit 0)) (define (show-usage-and-exit) |