summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2017-11-01 13:49:21 -0400
committerMatthew Heon <matthew.heon@gmail.com>2017-11-01 13:49:21 -0400
commitf739ff6f4f197483a4dee80aa9c90457bb405eb5 (patch)
tree7d1b9d63e06adb4696b0c3eb04ac974762c6405c
parentf6915f24aed1a68d52e46ab6276430d2b170b386 (diff)
downloadpodman-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--OWNERS6
-rw-r--r--version/version.go4
2 files changed, 2 insertions, 8 deletions
diff --git a/OWNERS b/OWNERS
index 7696ec174..4f4518922 100644
--- a/OWNERS
+++ b/OWNERS
@@ -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"