speedata / publisher

speedata Publisher - a professional database Publishing system
https://www.speedata.de/
GNU Affero General Public License v3.0
293 stars 36 forks source link

Fix config.go (replace "\r" from ver.Patch) #486

Closed Demosteneus closed 1 year ago

Demosteneus commented 1 year ago

On windows I was getting this error:

strconv.Atoi: parsing "11\r": invalid syntax panic: Cannot parse patch number in version

Removing the "\r" from versionStrings[2] fixes this.

pgundlach commented 1 year ago

Thank you very much! Committed via ef9f98816c9a86ab6453f94ba0bd319ba973c7fc and included in the version 4.13.12, which is available for download now.