From 44f54bc7d53e24ef2a2b6e66fd9f9ef5686d1498 Mon Sep 17 00:00:00 2001 From: Casey Mulcahy Date: Wed, 27 Mar 2024 12:43:51 -0400 Subject: [PATCH] Update version to v0.6.2 --- faunatone/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/faunatone/main.go b/faunatone/main.go index d047e7d..54d9311 100644 --- a/faunatone/main.go +++ b/faunatone/main.go @@ -23,7 +23,7 @@ import ( const ( appName = "Faunatone" - appVersion = "v0.6.0" + appVersion = "v0.6.2" fileExt = ".faun" defaultFps = 60 configPath = "config"