Skip to content

Commit e08dc23

Browse files
Update version number to v0.23.10
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 30df794 commit e08dc23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?php
22
require 'includes/header.php';
33

4-
$currentRelease = 'Release 0.23.9 Beta';
4+
$currentRelease = 'Release 0.23.10 Beta';
55

6-
$fullTagName = 'v0.23.9-beta';
6+
$fullTagName = 'v0.23.10-beta';
77

8-
$versionNumber = '0.23.9';
8+
$versionNumber = '0.23.10';
99

1010
$baseUrl = "https://github.com/FreeTubeApp/FreeTube/releases/download/";
1111

0 commit comments

Comments
 (0)