mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
Configurable version suffix independent of version number
This commit is contained in:
committed by
Nick Craig-Wood
parent
4f0ddb60e7
commit
ce168ecac2
4
fs/versionsuffix.go
Normal file
4
fs/versionsuffix.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package fs
|
||||
|
||||
// VersionSuffix of rclone containing the pre-release label if any
|
||||
var VersionSuffix = "DEV"
|
||||
Reference in New Issue
Block a user