diff --git a/aptly/version.go b/aptly/version.go index 45728e0d..9420e64d 100644 --- a/aptly/version.go +++ b/aptly/version.go @@ -1,7 +1,7 @@ package aptly // Version of aptly -const Version = "0.5.1" +const Version = "0.6~dev" // Enable debugging features? const EnableDebug = false diff --git a/system/t01_version/VersionTest_gold b/system/t01_version/VersionTest_gold index c3e07943..9819ba11 100644 --- a/system/t01_version/VersionTest_gold +++ b/system/t01_version/VersionTest_gold @@ -1 +1 @@ -aptly version: 0.5.1 +aptly version: 0.6~dev