commit | 2c4b96bdef3fd312c8f7d903d8c2f43e1a374484 | [log] [tgz] |
---|---|---|
author | Mahir Gunyel <mahir.gunyel@netsia.com> | Mon Sep 13 17:01:05 2021 -0700 |
committer | Mahir Gunyel <mahir.gunyel@netsia.com> | Tue Oct 05 12:28:31 2021 -0700 |
tree | fa9192b204b22feef92d205d0449c89b37db5d7f | |
parent | 267218826e914c9e77a7106db2d4ba4b9fafe6f7 [diff] [blame] |
VOL-4274 Move platform.go file to voltha-lib-go This file exists both in olt-adapter and onu-adapter with duplicate constants and functions. Becaues it includes constants and functions that can be used by any VOLTHA component, it is more convenient to move it to voltha-lib. Adapters will be changed after lib is merged. Change-Id: Idd51947d7efcfd28ebaa2e6e1da07a79e3091f45
diff --git a/VERSION b/VERSION index 66ce77b..9fe9ff9 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -7.0.0 +7.0.1