Skip to content

Commit e9121c1

Browse files
committed
Merge remote-tracking branch 'origin/develop'
Signed-off-by: snipe <[email protected]> # Conflicts: # config/version.php
2 parents ff5d64f + 43bd00d commit e9121c1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ ALLOW_DATA_PURGE=false
7676
# --------------------------------------------
7777
# OPTIONAL: SESSION SETTINGS
7878
# --------------------------------------------
79+
SESSION_DRIVER=file
7980
SESSION_LIFETIME=12000
8081
EXPIRE_ON_CLOSE=false
8182
ENCRYPT=false
@@ -98,7 +99,6 @@ ENABLE_HSTS=false
9899
# OPTIONAL: CACHE SETTINGS
99100
# --------------------------------------------
100101
CACHE_DRIVER=file
101-
SESSION_DRIVER=file
102102
QUEUE_DRIVER=sync
103103
CACHE_PREFIX=snipeit
104104

config/version.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?php
22
return array (
3-
'app_version' => 'v6.0.7',
4-
'full_app_version' => 'v6.0.7 - build 8351-gacc2e12f1',
5-
'build_version' => '8351',
3+
'app_version' => 'v6.0.8',
4+
'full_app_version' => 'v6.0.8 - build 8409-gff5d64fcb',
5+
'build_version' => '8409',
66
'prerelease_version' => '',
7-
'hash_version' => 'gacc2e12f1',
8-
'full_hash' => 'v6.0.7-42-gacc2e12f1',
7+
'hash_version' => 'gff5d64fcb',
8+
'full_hash' => 'v6.0.8-56-gff5d64fcb',
99
'branch' => 'master',
1010
);

0 commit comments

Comments
 (0)