mirror of
https://github.com/alerta/alerta.git
synced 2025-02-04 21:58:31 +00:00
6 lines
141 B
Python
6 lines
141 B
Python
|
|
from datetime import datetime
|
|
|
|
BUILD_NUMBER = 'DEV'
|
|
BUILD_DATE = datetime.utcnow().strftime('%Y-%m-%dT%H:%M:%SZ')
|
|
BUILD_VCS_NUMBER = 'HEAD'
|