2
2
mirror of https://github.com/octoleo/restic.git synced 2025-02-03 04:18:26 +00:00

8 lines
74 B
Go
Raw Normal View History

2017-09-13 14:09:48 +02:00
// +build go1.7
2017-08-05 20:30:20 +02:00
package management
var (
2017-09-13 14:09:48 +02:00
sdkVersion = "v10.3.1-beta"
2017-08-05 20:30:20 +02:00
)