From 4dcfd74323ea7c286a5b18b803454018400420d3 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Tue, 11 Mar 2014 16:12:51 +0400 Subject: [PATCH] Version bump to 0.5~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 3a707722..b4bfbc17 100644 --- a/aptly/version.go +++ b/aptly/version.go @@ -1,7 +1,7 @@ package aptly // Version of aptly -const Version = "0.4" +const Version = "0.5~dev" // Enable debugging features? const EnableDebug = false diff --git a/system/t01_version/VersionTest_gold b/system/t01_version/VersionTest_gold index 0cfc47b7..2bf512c4 100644 --- a/system/t01_version/VersionTest_gold +++ b/system/t01_version/VersionTest_gold @@ -1 +1 @@ -aptly version: 0.4 +aptly version: 0.5~dev