Skip to content

Commit

Permalink
Update stable/newton driver version
Browse files Browse the repository at this point in the history
Issues:
Fixes #37

Problem: Need to update version number for stable/newton.

Analysis: Changed from 9.1.0 to 10.0.0

Tests:
  • Loading branch information
jlongstaf committed Jun 16, 2017
1 parent fb40247 commit 7635ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neutron_lbaas/drivers/f5/driver_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from neutron_lbaas.drivers import driver_base

VERSION = "9.1.0"
VERSION = "10.0.0"
LOG = logging.getLogger(__name__)


Expand Down

0 comments on commit 7635ed0

Please sign in to comment.