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.12 #59
  • Loading branch information
Natshah committed Mar 9, 2023
1 parent ee580de commit 0879923
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 @@ -262,9 +262,15 @@
},
"9.0.11": {
"from": "9.0.11",
"to": "9.0.11",
"to": "9.0.12",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.11"
"composer-project-json-url": "9.0.12"
},
"9.0.12": {
"from": "9.0.12",
"to": "9.0.12",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.12"
}
}
}

0 comments on commit 0879923

Please sign in to comment.