Skip to content

Commit 33ca0e7

Browse files
committed
updated to .version.json
1 parent e9ffa39 commit 33ca0e7

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

.version.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"strategy": "semver",
3+
"major": 0,
4+
"minor": 6,
5+
"patch": 32,
6+
"build": 0
7+
}

src/Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function Boot( string $ConfigPath ) : Application
2929
}
3030

3131
$Version = new Version();
32-
$Version->loadFromFile( "$BasePath/version.json" );
32+
$Version->loadFromFile( "$BasePath/.version.json" );
3333

3434
return new Application( $Version->getAsString(), $Settings );
3535
}

version.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)