Skip to content

Commit

Permalink
chore: use env version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschubek committed Nov 26, 2024
1 parent 8cddaca commit b29025c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

define('VERSION', '3.8.1');
define('VERSION', '${{`process.env.DIRBROWSER_VERSION`}}$');

define('PUBLIC_FOLDER', __DIR__ . '/public');

Expand Down

0 comments on commit b29025c

Please sign in to comment.