Skip to content

Commit

Permalink
adds version
Browse files Browse the repository at this point in the history
  • Loading branch information
schmittjoh committed Jan 2, 2012
1 parent 5bdfb17 commit 3730eb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JMSSecurityExtraBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
class JMSSecurityExtraBundle extends Bundle
{
const VERSION = '1.1.0-DEV';
const VERSION = '1.1.0';

public function build(ContainerBuilder $container)
{
Expand All @@ -56,4 +56,4 @@ public function build(ContainerBuilder $container)
$passConfig->addPass(new AddExpressionCompilersPass());
$passConfig->addPass(new IntegrationPass());
}
}
}

0 comments on commit 3730eb1

Please sign in to comment.