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.13 #60
  • Loading branch information
Natshah committed May 3, 2023
1 parent 0879923 commit 5ff943c
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 @@ -262,15 +262,21 @@
},
"9.0.11": {
"from": "9.0.11",
"to": "9.0.12",
"to": "9.0.13",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.12"
"composer-project-json-url": "9.0.13"
},
"9.0.12": {
"from": "9.0.12",
"to": "9.0.12",
"to": "9.0.13",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.12"
"composer-project-json-url": "9.0.13"
},
"9.0.13": {
"from": "9.0.13",
"to": "9.0.13",
"final_target_version": "~9.0",
"composer-project-json-url": "9.0.13"
}
}
}

0 comments on commit 5ff943c

Please sign in to comment.