mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
8 lines
120 B
Go
8 lines
120 B
Go
package aptly
|
|
|
|
// Version of aptly
|
|
const Version = "0.9.6~dev"
|
|
|
|
// Enable debugging features?
|
|
const EnableDebug = false
|