Skip to content

Commit 4c20963

Browse files
Update to 1.1.0
Forgot to update the actual version number displayed in CCIDB. Signed-off-by: wagwan piffting <68403205+wagwan-piffting-blud@users.noreply.github.com>
1 parent 82fa844 commit 4c20963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ccidb_source/globalvars.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
//Version number using semantic versioning system. https://semver.org/
4-
$version = "1.0.0";
4+
$version = "1.1.0";
55

66
$sessionstartfile = "requires/session_start.php";
77
$dbfile = "requires/database.php";
@@ -35,4 +35,4 @@
3535
require_once($authfile);
3636
}
3737

38-
?>
38+
?>

0 commit comments

Comments
 (0)