dev server version is 0.0, not 1.x.x-dev (easier numeric handling)

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
mappu 2018-03-24 15:36:56 +13:00
parent 541cbaabd2
commit e993e8a32c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
var (
APP_VERSION = "1.x.x-dev" // overridden with build ldflags
APP_VERSION = "0.0" // overridden with build ldflags
)
const (