mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
8 lines
118 B
Go
8 lines
118 B
Go
package aptly
|
|
|
|
// Version of aptly
|
|
const Version = "0.9~dev"
|
|
|
|
// Enable debugging features?
|
|
const EnableDebug = false
|