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.18 #69
  • Loading branch information
Natshah committed Jan 21, 2024
1 parent 47d89d5 commit bc506cf
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 @@ -292,12 +292,18 @@
},
"9.0.16": {
"from": "9.0.16",
"to": "9.0.17",
"to": "9.0.18",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.17"
"composer-project-json-url": "9.0.18"
},
"9.0.17": {
"from": "9.0.17",
"to": "9.0.18",
"final_target_version": "~9.0.0",
"composer-project-json-url": "9.0.18"
},
"9.0.18": {
"from": "9.0.18",
"to": "9.1.0",
"final_target_version": "~9.1.0",
"composer-project-json-url": "9.1.0"
Expand Down

0 comments on commit bc506cf

Please sign in to comment.