From 8801dd1e8c267a231ade721cd514472729ef7ccb Mon Sep 17 00:00:00 2001 From: Chris Sexton Date: Mon, 21 Jan 2019 19:40:21 -0500 Subject: [PATCH] config: remove version file --- version.go | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 version.go diff --git a/version.go b/version.go deleted file mode 100644 index c2d9bee..0000000 --- a/version.go +++ /dev/null @@ -1,5 +0,0 @@ -// © 2013 the CatBase Authors under the WTFPL. See AUTHORS for the list of authors. - -package main - -const Version = "0.9"