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
Branches
Tags v0.9.96
No related merge requests found
...@@ -5,7 +5,7 @@ require ( ...@@ -5,7 +5,7 @@ require (
github.com/godbus/dbus v4.1.0+incompatible // indirect github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/metakeule/observe v0.0.0-20170406094839-eba094fd212a github.com/metakeule/observe v0.0.0-20170406094839-eba094fd212a
gitlab.com/gomidi/midi v1.14.0 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 gitlab.com/metakeule/config v1.13.0
golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect golang.org/x/sys v0.0.0-20190209173611-3b5209105503 // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect gopkg.in/fsnotify.v1 v1.4.7 // indirect
......
...@@ -25,7 +25,7 @@ import ( ...@@ -25,7 +25,7 @@ import (
) )
var ( 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) 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")) 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.
Please register or to comment