diff options
author | Victor Häggqvist <[email protected]> | 2016-02-06 13:39:29 +0100 |
---|---|---|
committer | Victor Häggqvist <[email protected]> | 2016-02-06 13:39:29 +0100 |
commit | d34fac9d7c3c4d89e4ba76287ac85d5e870fcd5f (patch) | |
tree | 7c5b0fc79ae13a2babac1bb3fe2b698ffa3b8af1 | |
parent | 34ce9013445fee39ba12e5210fa34d0f45a1a762 (diff) |
version bumpv0.2
-rw-r--r-- | goboom.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ import ( flag "github.com/ogier/pflag" ) -const version = "0.1" +const version = "0.2" type Runnable struct { Cmd string `csv:"name"` |