Fix cert.csv encoding to utf-8

This commit is contained in:
VirtuBox
2020-10-14 15:29:06 +02:00
parent 3ffeec6ef4
commit c3076cfdfe
5 changed files with 32 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ class WOVar():
"""Intialization of core variables"""
# WordOps version
wo_version = "3.12.3"
wo_version = "3.12.4"
# WordOps packages versions
wo_wp_cli = "2.4.0"
wo_adminer = "4.7.5"