Skip to content

Commit

Permalink
Rebaed with master
Browse files Browse the repository at this point in the history
  • Loading branch information
lfield committed Jan 23, 2023
1 parent 1976f02 commit 743e6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/inc/server_version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
// and are assumed to have a branch on github.
// dev versions (e.g. master) have an odd minor #

$server_version = array(1, 4, 1);
$server_version = array(1, 4, 2);

$server_version_str = sprintf("%d.%d.%d",
$server_version[0], $server_version[1], $server_version[2]
Expand Down

0 comments on commit 743e6f3

Please sign in to comment.