Refactor commands to subpackage.

This commit is contained in:
Andrey Smirnov
2014-02-19 14:59:00 +04:00
parent 35c2178074
commit eb18b04c40
12 changed files with 144 additions and 36 deletions
+4
View File
@@ -0,0 +1,4 @@
package aptly
// Version of aptly
const Version = "0.4~dev"