Skip to content

Commit baf857a

Browse files
committed
Bump version to 3.1.1.
Signed-off-by: Toha <tohenk@yahoo.com>
1 parent 1c7ed91 commit baf857a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Formatter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* The MIT License
55
*
66
* Copyright (c) 2012 Allan Sun <sunajia@gmail.com>
7-
* Copyright (c) 2012-2014 Toha <tohenk@yahoo.com>
7+
* Copyright (c) 2012-2020 Toha <tohenk@yahoo.com>
88
*
99
* Permission is hereby granted, free of charge, to any person obtaining a copy
1010
* of this software and associated documentation files (the "Software"), to deal
@@ -36,6 +36,6 @@ abstract class Formatter extends BaseFormatter
3636

3737
public function getVersion()
3838
{
39-
return 'dev';
39+
return '3.1.1';
4040
}
4141
}

0 commit comments

Comments
 (0)