Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d89b790

Browse filesBrowse files
committed
chore: prep 1.6.2-RC1 release
1 parent e74502a commit d89b790
Copy full SHA for d89b790

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎app/init/constants.php

Copy file name to clipboardExpand all lines: app/init/constants.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
const APP_FILE_ACCESS = 24 * 60 * 60; // 24 hours
3333
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
3434
const APP_CACHE_BUSTER = 4318;
35-
const APP_VERSION_STABLE = '1.6.2';
35+
const APP_VERSION_STABLE = '1.6.2-RC1';
3636
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
3737
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
3838
const APP_DATABASE_ATTRIBUTE_IP = 'ip';

‎src/Appwrite/Migration/Migration.php

Copy file name to clipboardExpand all lines: src/Appwrite/Migration/Migration.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ abstract class Migration
9292
'1.5.11' => 'V20',
9393
'1.6.0' => 'V21',
9494
'1.6.1' => 'V21',
95-
'1.6.2' => 'V21',
95+
'1.6.2-RC1' => 'V21',
9696
];
9797

9898
/**

‎src/Appwrite/Platform/Tasks/Migrate.php

Copy file name to clipboardExpand all lines: src/Appwrite/Platform/Tasks/Migrate.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function __construct()
2929
$this
3030
->desc('Migrate Appwrite to new version')
3131
/** @TODO APP_VERSION_STABLE needs to be defined */
32-
->param('version', APP_VERSION_STABLE, new Text(8), 'Version to migrate to.', true)
32+
->param('version', APP_VERSION_STABLE, new Text(9), 'Version to migrate to.', true)
3333
->inject('dbForPlatform')
3434
->inject('getProjectDB')
3535
->inject('register')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.