Welcome to mirror list, hosted at ThFree Co, Russian Federation.

version.php - github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6265ec390aac9d3426e3db018c79fde2b30b3135 (plain)
1
2
3
4
5
6
7
<?php

namespace NC\Updater;

function getUpdaterVersion() {
	return '0.0.1-test-4-gd1856c7 dirty';
}