Skip to content

Commit

Permalink
Update the update config steps to manage the automated updater after …
Browse files Browse the repository at this point in the history
…the release Varbase 9.0.15 #62
  • Loading branch information
Natshah committed Sep 10, 2023
1 parent 03367de commit a237888
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,15 +274,21 @@
},
"9.0.13": {
"from": "9.0.13",
"to": "9.0.14",
"to": "9.0.15",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.14"
},
"9.0.14": {
"from": "9.0.14",
"to": "9.0.14",
"to": "9.0.15",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.14"
},
"9.0.15": {
"from": "9.0.15",
"to": "9.0.15",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.15"
}
}
}

0 comments on commit a237888

Please sign in to comment.