mirror of
https://github.com/restic/restic.git
synced 2025-03-23 00:00:04 +01:00
7 lines
74 B
Go
7 lines
74 B
Go
// +build go1.7
|
|
|
|
package management
|
|
|
|
var (
|
|
sdkVersion = "v10.3.1-beta"
|
|
)
|