Skip to content

Commit

Permalink
Update to 1.1.0
Browse files Browse the repository at this point in the history
Forgot to update the actual version number displayed in CCIDB.

Signed-off-by: wagwan piffting <[email protected]>
  • Loading branch information
wagwan-piffting-blud authored Mar 2, 2023
1 parent 82fa844 commit 4c20963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ccidb_source/globalvars.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

//Version number using semantic versioning system. https://semver.org/
$version = "1.0.0";
$version = "1.1.0";

$sessionstartfile = "requires/session_start.php";
$dbfile = "requires/database.php";
Expand Down Expand Up @@ -35,4 +35,4 @@
require_once($authfile);
}

?>
?>

0 comments on commit 4c20963

Please sign in to comment.