diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 5ae225f..6319267 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: luneta -version: "0.7.1" +version: "0.7.2" summary: Terminal fuzzy finder description: | Luneta is an interactive filter that can be easily composed within any script. diff --git a/source/luneta/app.d b/source/luneta/app.d index d70438e..f69172e 100644 --- a/source/luneta/app.d +++ b/source/luneta/app.d @@ -14,7 +14,7 @@ import std.range; private: -const string VERSION = "v0.7.1"; +const string VERSION = "v0.7.2"; struct Result {