Browse Source

Preparing new version

Raoul Hess 9 years ago
parent
commit
4cefeaf934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mysql_poolboy.app.src

+ 1 - 1
src/mysql_poolboy.app.src

@@ -17,7 +17,7 @@
 %% along with this program. If not, see <https://www.gnu.org/licenses/>.
 {application, mysql_poolboy, [
     {description, "MySQL/OTP + Poolboy"},
-    {vsn, "0.1.3"},
+    {vsn, "0.1.4"},
     {modules, []},
     {mod, {mysql_poolboy_app, []}},
     {applications, [mysql, poolboy]}