gameServer/Consts.hs
author sheepluva
Tue, 10 Jun 2014 19:38:37 +0200
changeset 10271 e770bfcf488a
parent 10076 b235e520ea21
child 10460 8dcea9087d75
permissions -rw-r--r--
whoops, forgot to include this file in commt

{-# LANGUAGE OverloadedStrings #-}
module Consts where

import qualified Data.ByteString.Char8 as B

serverVersion :: B.ByteString
serverVersion = "3"