update version string

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
kim (grufwub) 2020-04-24 12:20:41 +01:00
parent 0f2a2099f2
commit 80472afd47

View File

@ -2,7 +2,7 @@ package main
const (
/* Gophor */
GophorVersion = "0.3-alpha-PR2"
GophorVersion = "0.3-alpha-PR3"
/* Parsing */
DOSLineEnd = "\r\n"