gameServer/Consts.hs
author nemo
Sat, 04 Jan 2014 02:18:57 +0100
branch0.9.20
changeset 9909 b2e868026bb0
parent 9702 27006953d901
child 10076 b235e520ea21
permissions -rw-r--r--
I'd meant for this to match the frontend

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "2"