scripts: change VERSION_FALLBACK to v1.5-dev

This commit is contained in:
Andrei Alexeyev 2023-09-09 18:54:53 +02:00
parent ab6b26d8a5
commit 5aaa2a5ccb
No known key found for this signature in database
GPG key ID: 72D26128040B9690

View file

@ -12,7 +12,7 @@ class VersionFormatError(common.TaiseiError):
pass
VERSION_FALLBACK = 'v1.4'
VERSION_FALLBACK = 'v1.5-dev'
OVERRIDE_FILE_NAME = '.VERSION'