Skip to content

Commit 6d50d28

Browse files
author
jkijewski
committed
Fix version number
1 parent 8475a8d commit 6d50d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
*/
99
class Version
1010
{
11-
const VERSION = '0.1.0';
11+
const VERSION = '1.0.0';
1212
}

0 commit comments

Comments
 (0)