Skip to content

Commit

Permalink
New version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lfield committed Mar 6, 2020
1 parent e0adb58 commit 827d4c7
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, 2, 0);
$server_version = array(1, 2, 1);

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

0 comments on commit 827d4c7

Please sign in to comment.