Skip to content

Commit 2c687f6

Browse files
author
Gianluca Arbezzano
committed
Merge pull request #57 from Rican7/patch-1
Updating version constant to match the version tag
2 parents 8af9ee2 + 0a98587 commit 2c687f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PHPCtags.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class PHPCtags
33
{
4-
const VERSION = '0.5.1';
4+
const VERSION = '0.6.0';
55

66
private $mFile;
77

0 commit comments

Comments
 (0)