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.8
  • Loading branch information
Natshah committed Aug 11, 2022
1 parent 754efd7 commit 4532fd9
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 @@ -237,8 +237,14 @@
},
"9.0.7": {
"from": "9.0.7",
"to": "9.0.7",
"to": "9.0.8",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.7"
"composer-project-json-url": "9.0.8"
},
"9.0.8": {
"from": "9.0.8",
"to": "9.0.8",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.8"
}
}

0 comments on commit 4532fd9

Please sign in to comment.