We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c7ed91 commit baf857aCopy full SHA for baf857a
lib/Formatter.php
@@ -4,7 +4,7 @@
4
* The MIT License
5
*
6
* Copyright (c) 2012 Allan Sun <sunajia@gmail.com>
7
- * Copyright (c) 2012-2014 Toha <tohenk@yahoo.com>
+ * Copyright (c) 2012-2020 Toha <tohenk@yahoo.com>
8
9
* Permission is hereby granted, free of charge, to any person obtaining a copy
10
* of this software and associated documentation files (the "Software"), to deal
@@ -36,6 +36,6 @@ abstract class Formatter extends BaseFormatter
36
37
public function getVersion()
38
{
39
- return 'dev';
+ return '3.1.1';
40
}
41
0 commit comments