Change master build to 25.10 and name it Goldeye (#815)

* Revert "create stable/fangtooth (#813)"

This reverts commit 06e1f6287f.

* bump to 25.10 in master
This commit is contained in:
Caleb St. John
2025-01-24 14:45:11 -05:00
committed by GitHub
parent 69469a4d5d
commit 6135afde6d
2 changed files with 41 additions and 41 deletions

View File

@@ -3,7 +3,7 @@ from time import time
from datetime import datetime
IDENTITY_FILE_PATH_OVERRIDE_SUFFIX = '_OVERRIDE_IDENTITY_FILE_PATH'
_VERS = '25.04.0-MASTER'
_VERS = '25.10.0-MASTER'
def get_env_variable(key, _type, default_value=None):