Skip to content

Commit dce2960

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

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
@@ -47,7 +47,7 @@ protected function init()
4747

4848
public function getVersion()
4949
{
50-
return 'dev';
50+
return '3.1.1';
5151
}
5252

5353
/**

0 commit comments

Comments
 (0)