Skip to content

Commit

Permalink
bump 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
schollz committed Jul 24, 2020
1 parent 66cb94c commit 0c6714f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://user-images.githubusercontent.com/6550035/87839388-7f2f4f80-c84f-11ea-8e12-75641fb6d386.png">

<a href="https://github.com/schollz/miti/releases/latest"><img src="https://img.shields.io/badge/version-v0.3.2-brightgreen.svg?style=flat-square" alt="Version"></a>
<a href="https://github.com/schollz/miti/releases/latest"><img src="https://img.shields.io/badge/version-v0.3.4-brightgreen.svg?style=flat-square" alt="Version"></a>

*miti* is a *musical instrument textual interface*. Basically, its MIDI, but textual.

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package main

//go:generate git tag -af v$VERSION -m "v$VERSION"
//go:generate go run .github/updateversion.go
//go:generate git commit -am "bump $VERSION"
//go:generate git tag -af v$VERSION -m "v$VERSION"
Expand All @@ -26,7 +27,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.3.2-db63661"
Version = "v0.3.4-66cb94c"
}
}

Expand Down

0 comments on commit 0c6714f

Please sign in to comment.