From 194a358163d7ac0a1f0ea61b1be3372c3532e1c5 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Sat, 12 Nov 2016 23:40:17 -0600 Subject: Print the version with -v / --version --- Sources/Lyricli.swift | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Sources/Lyricli.swift (limited to 'Sources/Lyricli.swift') diff --git a/Sources/Lyricli.swift b/Sources/Lyricli.swift new file mode 100644 index 0000000..669dac9 --- /dev/null +++ b/Sources/Lyricli.swift @@ -0,0 +1,3 @@ +public class Lyricli { + public static var version = "0.0.0-feature/option-parsing" +} -- cgit