diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2017-11-01 13:49:21 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2017-11-01 13:49:21 -0400 |
commit | f739ff6f4f197483a4dee80aa9c90457bb405eb5 (patch) | |
tree | 7d1b9d63e06adb4696b0c3eb04ac974762c6405c | |
parent | f6915f24aed1a68d52e46ab6276430d2b170b386 (diff) | |
download | podman-f739ff6f4f197483a4dee80aa9c90457bb405eb5.tar.gz podman-f739ff6f4f197483a4dee80aa9c90457bb405eb5.tar.bz2 podman-f739ff6f4f197483a4dee80aa9c90457bb405eb5.zip |
Update OWNERS. Remove unused version code
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r-- | OWNERS | 6 | ||||
-rw-r--r-- | version/version.go | 4 |
2 files changed, 2 insertions, 8 deletions
@@ -1,9 +1,7 @@ assignees: - mrunalp - runcom - - cyphar - - mikebrow - - feiskyer - - sameo - rhatdan - nalind + - mheon + - baude
\ No newline at end of file diff --git a/version/version.go b/version/version.go deleted file mode 100644 index 67f47db18..000000000 --- a/version/version.go +++ /dev/null @@ -1,4 +0,0 @@ -package version - -// Version is the version of the build. -const Version = "1.8.0-dev" |