repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'MDL-76525-MOODLE_400_STABLE' of https://github.com/PhMemmel/moodle...
[moodle.git]
/
lib
/
scssphp
/
Version.php
blob
f8d728475b499329f80b2b5be1b1a14a57698368
1
<
?php
2
3
/**
4
* SCSSPHP
5
*
6
* @copyright 2012-2020 Leaf Corcoran
7
*
8
* @license http://opensource.org/licenses/MIT MIT
9
*
10
* @link http://scssphp.github.io/scssphp
11
*/
12
13
namespace
ScssPhp\ScssPhp
;
14
15
/**
16
* SCSSPHP version
17
*
18
* @author Leaf Corcoran <leafot@gmail.com>
19
*/
20
class
Version
21
{
22
const
VERSION
=
'1.10.0'
;
23
}