setCurrentVersion script

This commit is contained in:
Jan Prochazka
2021-02-08 17:15:08 +01:00
parent a20b351938
commit fdb14d687b
12 changed files with 40 additions and 36 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "dbgate",
"version": "3.9.6-alpha.7",
"version": "3.9.6-alpha.8",
"homepage": "https://dbgate.org/",
"repository": {
"type": "git",
@@ -18,7 +18,7 @@
"web"
],
"dependencies": {
"dbgate-api": "3.9.6-alpha.7",
"dbgate-web": "3.9.6-alpha.7"
"dbgate-api": "^3.9.6-alpha.8",
"dbgate-web": "^3.9.6-alpha.8"
}
}
}