Browse Source

bumped version on app.

Raoul Hess 9 years ago
parent
commit
8e1c5c07f1
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.4"},
+    {vsn, "0.1.5"},
     {modules, []},
     {mod, {mysql_poolboy_app, []}},
     {applications, [mysql, poolboy]}