pull down to refresh

After running

cashu info

i get

sqlite3.OperationalError: near "ON": syntax error

The above exception was the direct cause of the following exception:

sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) near "ON": syntax error [SQL: INSERT INTO dbversions (db, version) VALUES (?, ?) ON CONFLICT (db) DO UPDATE SET version = ? ] [parameters: ('wallet', 1, 1)] (Background on this error at: http://sqlalche.me/e/13/e3q8)

How to fix this?