From ff690fd9760e0cfb5ae9e49aecb7a201f7ca8304 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 28 May 2014 00:06:31 -0400 Subject: Fix #200, add VERSION to template files --- modules/bin/conf.go | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'modules/bin') diff --git a/modules/bin/conf.go b/modules/bin/conf.go index 17af830a..6779f18f 100644 --- a/modules/bin/conf.go +++ b/modules/bin/conf.go @@ -3562,17 +3562,6 @@ func conf_supervisor_ini() ([]byte, error) { ) } -func conf_version() ([]byte, error) { - return bindata_read([]byte{ - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x09, 0x6e, 0x88, 0x00, 0xff, 0x32, 0xd0, - 0x33, 0xd6, 0x33, 0xd3, 0x33, 0x30, 0x35, 0x32, 0x55, 0x70, 0xcc, 0x29, - 0xc8, 0x48, 0x04, 0x04, 0x00, 0x00, 0xff, 0xff, 0x57, 0x04, 0x8d, 0x28, - 0x10, 0x00, 0x00, 0x00, - }, - "conf/VERSION", - ) -} - // Asset loads and returns the asset for the given name. // It returns an error if the asset could not be found or @@ -3616,5 +3605,4 @@ var _bindata = map[string] func() ([]byte, error) { "conf/license/MIT License": conf_license_mit_license, "conf/mysql.sql": conf_mysql_sql, "conf/supervisor.ini": conf_supervisor_ini, - "conf/VERSION": conf_version, } -- cgit v1.2.3