Test für incrementVersion.ts
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// config/webVersion.ts
|
||||
/*
|
||||
1: Hauptversion (komplettes Redesign oder neue Hauptfeatures).
|
||||
0: Nebenversion (kleinere, aber bedeutende neue Features).
|
||||
@@ -5,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.27";
|
||||
const webVersion = "1.6.43";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user