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.10 #54
  • Loading branch information
Natshah committed Dec 18, 2022
1 parent d354cb8 commit a5a55bf
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,20 +237,26 @@
},
"9.0.7": {
"from": "9.0.7",
"to": "9.0.9",
"to": "9.0.10",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.9"
"composer-project-json-url": "9.0.10"
},
"9.0.8": {
"from": "9.0.8",
"to": "9.0.9",
"to": "9.0.10",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.9"
"composer-project-json-url": "9.0.10"
},
"9.0.9": {
"from": "9.0.9",
"to": "9.0.9",
"to": "9.0.10",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.9"
"composer-project-json-url": "9.0.10"
},
"9.0.10": {
"from": "9.0.10",
"to": "9.0.10",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.10"
}
}

0 comments on commit a5a55bf

Please sign in to comment.