4fcb0d9ca2
The external UUID library changed the text formatting of the UUIDs. Thus, Ocean produces a too short UUID!
6 lines
89 B
Go
6 lines
89 B
Go
package Version
|
|
|
|
var (
|
|
oceansVersion string = `2.0.8` // Ocean's current version
|
|
)
|