Commit 64650385 authored by Benjamin Eberlei's avatar Benjamin Eberlei

Release 2.1.7

parent f5972bb0
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"type": "library", "type": "library","version":"2.1.7",
"description": "Database Abstraction Layer", "description": "Database Abstraction Layer",
"keywords": ["dbal", "database", "persistence", "queryobject"], "keywords": ["dbal", "database", "persistence", "queryobject"],
"homepage": "http://www.doctrine-project.org", "homepage": "http://www.doctrine-project.org",
......
...@@ -36,7 +36,7 @@ class Version ...@@ -36,7 +36,7 @@ class Version
/** /**
* Current Doctrine Version * Current Doctrine Version
*/ */
const VERSION = '2.1.7-DEV'; const VERSION = '2.1.7';
/** /**
* Compares a Doctrine version with the current one. * Compares a Doctrine version with the current one.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment