From: Ben Beltran Date: Fri, 19 May 2017 05:19:14 +0000 (-0500) Subject: Set the version to 0.0.0 X-Git-Tag: 0.1.0^2~1^2~11 X-Git-Url: https://git.r.bdr.sh/rbdr/lyricli/commitdiff_plain/74b4bbe9f35e7d29e0822a892b8498cab9b1801c Set the version to 0.0.0 --- diff --git a/Sources/lyricli.swift b/Sources/lyricli.swift index 5931ca1..10d9270 100644 --- a/Sources/lyricli.swift +++ b/Sources/lyricli.swift @@ -1,6 +1,6 @@ /// The main Lyricli interface public class Lyricli { - public static var version = "0.0.0-feature/option-parsing" + public static var version = "0.0.0" public static var showTitle = false