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 = "1.1.0-alpha.1+dev" // Date indicates the build date. // This has been removed, it looks like you can only replace static strings with recent go versions //Date = time.Now().Format("20060102") Date = "dev" // Legacy defines the old long 4 number OpenCloud version needed for some clients Legacy = "0.1.0.0" // LegacyString defines the old OpenCloud version needed for some clients LegacyString = "0.1.0" )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.