mirror of
https://github.com/octoleo/restic.git
synced 2024-11-19 03:25:19 +00:00
8 lines
74 B
Go
8 lines
74 B
Go
// +build go1.7
|
|
|
|
package management
|
|
|
|
var (
|
|
sdkVersion = "v10.3.1-beta"
|
|
)
|