Skip to content
Snippets Groups Projects
Commit 1a0275f3 authored by Marc Rene Arns's avatar Marc Rene Arns
Browse files

upping the version

parent 401e0ad7
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ require (
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/metakeule/observe v0.0.0-20170406094839-eba094fd212a
gitlab.com/gomidi/midi v1.14.0
gitlab.com/gomidi/muskel v0.9.95
gitlab.com/gomidi/muskel v0.9.96
gitlab.com/metakeule/config v1.13.0
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
......
......@@ -25,7 +25,7 @@ import (
)
var (
cfg = config.MustNew("muskel", "0.9.95", "muskel is a musical sketch language")
cfg = config.MustNew("muskel", "0.9.96", "muskel is a musical sketch language")
argFile = cfg.NewString("file", "path of the muskel file", config.Shortflag('f'), config.Required)
argSketch = cfg.NewString("sketch", "name of the sketch table", config.Shortflag('s'), config.Default("=SCORE"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment