Remove unused file version.php

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
Côme Chilliet 2024-01-25 16:59:02 +01:00
parent d8e71cb580
commit c09af35a3b
No known key found for this signature in database
GPG Key ID: A3E2F658B28C760A
3 changed files with 1 additions and 9 deletions

View File

@ -1,7 +1,6 @@
{
"chmod": "0755",
"directories": ["lib"],
"files": ["version.php"],
"finder": [
{
"name": "*.php",
@ -12,4 +11,4 @@
"main": "updater.php",
"output": "updater.phar",
"stub": true
}
}

Binary file not shown.

View File

@ -1,7 +0,0 @@
<?php
namespace NC\Updater;
function getUpdaterVersion() {
return '0.0.1-test-4-gd1856c7 dirty';
}