From e06cefcef6061a5837779b7d808af13627c81b2e Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Sat, 12 Sep 2020 13:54:06 -0700 Subject: [PATCH] bump 0.5.0 --- README.md | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f63b01..30032e9 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 b545e76..ae8687d 100644 --- a/main.go +++ b/main.go @@ -35,7 +35,7 @@ func init() { flag.StringVar(&flagRecord, "record", "", "record input to miti file") flag.StringVar(&flagFile, "play", "", "play sequence from miti file") if Version == "" { - Version = "v-1639c88" + Version = "v0.5.0-ac30e27" } }