This is something we need to check in all translations. Occasionally the source phrase ends w/ a space. Need to make sure translations take this into account.
{-# LANGUAGE OverloadedStrings #-}
module Consts where
import qualified Data.ByteString.Char8 as B
serverVersion :: B.ByteString
serverVersion = "1"