commit | 4415a90e374079aef086646a647b48661b1550da | [log] [tgz] |
---|---|---|
author | David Bainbridge <dbainbri@ciena.com> | Thu Dec 12 11:44:02 2019 -0800 |
committer | GitHub <noreply@github.com> | Thu Dec 12 11:44:02 2019 -0800 |
tree | 18ee127aed56cb9b5995fe213947260bd9253aab | |
parent | 9509c16f6d4c66792e06b56878026e4ff924c54a [diff] | |
parent | 111005a982d0bae7491a94a4e3aae1f7c1010548 [diff] |
Merge pull request #16 from teone/feature/voltctl-upgrade Moving voltctl to 0.0.8-dev
diff --git a/voltha b/voltha index 9ba1c77..14cbdbe 100755 --- a/voltha +++ b/voltha
@@ -30,7 +30,7 @@ exit } -VOLTCTL_VERSION=${VOLTCTL_VERSION:-0.0.5-dev} +VOLTCTL_VERSION=${VOLTCTL_VERSION:-0.0.8-dev} KIND_VERSION=${KIND_VERSION:-v0.5.1} _VOLTCTL_VERSION=$(echo $VOLTCTL_VERSION | sed -e 's/-/_/g')