From 6181b96ba087517874e62ebc85f728d75bc90998 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 12 Sep 2020 14:29:28 -0700 Subject: [PATCH] bump 0.5.2 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6227d70..5c647b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -Version +Version *miti* is a *musical instrument textual interface*. Basically, its MIDI, but textual. diff --git a/main.go b/main.go index 0a74fa6..e26bac9 100644 --- a/main.go +++ b/main.go @@ -38,7 +38,7 @@ func init() { flag.StringVar(&flagRecord, "record", "", "record input to miti file") flag.StringVar(&flagFile, "play", "", "play sequence from miti file") if Version == "" { - Version = "v0.5.1-8fcdb33" + Version = "v0.5.2-3192bb5" } }