Ocean/System/Version/Variables.go
Thorsten Sommer 4fcb0d9ca2 Bugfix: UUID
The external UUID library changed the text formatting of the UUIDs. Thus, Ocean produces a too short UUID!
2016-02-13 23:17:36 +01:00

6 lines
89 B
Go

package Version
var (
oceansVersion string = `2.0.8` // Ocean's current version
)