Skip to content

Commit

Permalink
Incremented server version
Browse files Browse the repository at this point in the history
  • Loading branch information
lfield committed Sep 9, 2019
1 parent e52630a commit 77405e5
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, 1, 0);
$server_version = array(1, 2, 0);

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

0 comments on commit 77405e5

Please sign in to comment.