From 35e57026ac54b47969d6c00588184cc0f7e04f5e Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Wed, 11 Jun 2014 20:02:50 +0400 Subject: [PATCH] Version bump: 0.7~dev --- aptly/version.go | 2 +- system/t01_version/VersionTest_gold | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aptly/version.go b/aptly/version.go index b715ae9f..25d98de8 100644 --- a/aptly/version.go +++ b/aptly/version.go @@ -1,7 +1,7 @@ package aptly // Version of aptly -const Version = "0.6" +const Version = "0.7~dev" // Enable debugging features? const EnableDebug = false diff --git a/system/t01_version/VersionTest_gold b/system/t01_version/VersionTest_gold index 7cf94916..0c44c8c3 100644 --- a/system/t01_version/VersionTest_gold +++ b/system/t01_version/VersionTest_gold @@ -1 +1 @@ -aptly version: 0.6 +aptly version: 0.7~dev