Update version numbers for upgrade scripts

This commit is contained in:
Mike Reeves
2026-03-10 14:58:43 -04:00
committed by GitHub
parent bc9841ea8c
commit 91759587f5

View File

@@ -375,16 +375,18 @@ postupgrade_changes() {
}
### 3.0.0 Scripts ###
up_to_3.0.0() {
echo "Nothing to do for 2.4.3"
INSTALLEDVERSION=2.4.3
up_to_3.0.0() {
determine_elastic_agent_upgrade()
INSTALLEDVERSION=3.0.0
}
post_to_3.0.0() {
echo "Nothing to apply"
POSTVERSION=2.4.3
POSTVERSION=3.0.0
}
### 3.0.0 End ###
repo_sync() {