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.6 #48
  • Loading branch information
Natshah committed Apr 28, 2022
1 parent 1102cf6 commit c5ba1ff
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions config/update-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,20 @@
},
"9.0.4": {
"from": "9.0.4",
"to": "9.0.5",
"to": "9.0.6",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.5"
"composer-project-json-url": "9.0.6"
},
"9.0.5": {
"from": "9.0.5",
"to": "9.0.5",
"to": "9.0.6",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.5"
"composer-project-json-url": "9.0.6"
},
"9.0.6": {
"from": "9.0.6",
"to": "9.0.6",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.6"
}
}

0 comments on commit c5ba1ff

Please sign in to comment.