diff --git a/version.go b/version.go index 1f531ec..b1f8d6b 100644 --- a/version.go +++ b/version.go @@ -1,7 +1,7 @@ package main // Version is the version of the running dfm. -const Version = "1.1.0" +const Version = "1.1.1" // CopyrightString is used to show the license and author in help messages. const CopyrightString = `dfm, by Ryan Patterson, 2019