Skip to content

Commit f96e897

Browse files
authored
Update Version.php
1 parent 2b95813 commit f96e897

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
const MAJOR = 1;
3-
const MINOR = 8;
4-
const PATCH = 2;
2+
const MAJOR = "1";
3+
const MINOR = "9";
4+
const PATCH = "0";
55

0 commit comments

Comments
 (0)