diff --git a/README.md b/README.md index 0413d7b..1b1b1c8 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ $ cd bin && ./federatedsdn-server stop ## Client Tools -The FederatedSDN comes with a set of client tools to invoke operations +The Beacon Network Manager comes with a set of client tools to invoke operations over the different resources. -They need the FederatedSDN server and a valid username and password. The +They need the Beacon Network Manager server and a valid username and password. The defaults are: :root_username: "root" diff --git a/lib/federatedsdn_version.rb b/lib/federatedsdn_version.rb index 416c0b9..b15e16f 100644 --- a/lib/federatedsdn_version.rb +++ b/lib/federatedsdn_version.rb @@ -15,13 +15,13 @@ #------------------------------------------------------------------------------# module FederatedSDN - VERSION = "1.0.0" + VERSION = "1.2.0" - VERSION_CODE = 00001 + VERSION_CODE = 00002 VERSION_TEXT = <