diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..d4b68c1 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2024-12-06 diff --git a/libs/twtxt.php b/libs/twtxt.php index c5f9b4b..f3cbec9 100644 --- a/libs/twtxt.php +++ b/libs/twtxt.php @@ -10,7 +10,7 @@ if ($config['debug_mode']) { error_reporting(E_ALL); } -$agentVersion = trim(file_get_contents('./version.txt')); +$agentVersion = trim(file_get_contents('./VERSION')); class TwtxtFile { public $mainURL = ''; // First found URL diff --git a/private/cache/.gitkeep b/private/cache/.gitkeep new file mode 100644 index 0000000..e69de29