Skip to content

Commit a8e8f32

Browse files
author
Jacob Bare
committed
Add version
1 parent 38c4ac0 commit a8e8f32

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Version.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?php
2+
3+
namespace As3\ApDates;
4+
5+
/**
6+
* AP dates version information.
7+
*
8+
* @author Jacob Bare <jacob.bare@gmail.com>
9+
*/
10+
class Version
11+
{
12+
const VERSION = '1.0.0';
13+
const ID = 100000;
14+
const MAJOR = 1;
15+
const MINOR = 0;
16+
const PATCH = 0;
17+
const EXTRA = '';
18+
}

0 commit comments

Comments
 (0)