Bump version

This commit is contained in:
Justin Hawkins 2020-11-21 20:40:35 +10:30
parent b116abc318
commit 935e445510

View File

@ -10,7 +10,7 @@ import (
// ./openttd_multitool --monthly "say \"hi it is a new month\"" --daily "say \"wow a new day %D"
const currentVersion = "0.01"
const currentVersion = "0.02"
type dailyFlags []string
type monthlyFlags []string