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 2958050 commit dce2960Copy full SHA for dce2960
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
@@ -47,7 +47,7 @@ protected function init()
47
48
public function getVersion()
49
{
50
- return 'dev';
+ return '3.1.1';
51
}
52
53
/**
0 commit comments