Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // String gets defined by the build system String string // Tag gets defined by the build system Tag string // LatestTag is the latest released version plus the dev meta version. // Will be overwritten by the release pipeline // Needs a manual change for every tagged release LatestTag = "2.0.0-beta.3+dev" // Date indicates the build date. Date = time.Now().Format("20060102") // Legacy defines the old long 4 number ownCloud version needed for some clients Legacy = "10.11.0.0" // LegacyString defines the old ownCloud version needed for some clients LegacyString = "10.11.0" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.