gameServer/Consts.hs
author nemo
Wed, 05 Jun 2013 13:01:25 -0400
changeset 9141 e391e9a19b1c
parent 6737 ce5fbd98370f
child 9702 27006953d901
permissions -rw-r--r--
Bump protocol and version (game desync would be triggered by b70352db5675, 2ae44c4381cd - other revisions probably safe)

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "1"