updated version string

This commit is contained in:
Ulf Gebhardt 2022-02-07 07:57:14 +01:00
parent 3f0aa00dc3
commit c6e2d2cf1c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -4,7 +4,7 @@ import dotenv from 'dotenv'
dotenv.config()
const constants = {
DB_VERSION: '0019-replace_login_user_id_with_state_user_id',
DB_VERSION: '0020-rename_and_clean_state_users',
}
const server = {