gameServer/Consts.hs
author nemo
Sat, 01 Mar 2014 14:37:06 -0500
changeset 10169 532f4537a6ae
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
always update. a bit inefficient, but scripts do weird things.

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"