From 7a8af044ee5dc468242c73b54d090b05a07f5239 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 21 Apr 2016 12:24:36 +0300 Subject: [PATCH] 0.9.8~dev version. --- aptly/version.go | 2 +- system/t01_version/VersionTest_gold | 2 +- system/t10_task/RunTask1Test_gold | 2 +- system/t12_api/version.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aptly/version.go b/aptly/version.go index c72e74b1..bfda184c 100644 --- a/aptly/version.go +++ b/aptly/version.go @@ -1,7 +1,7 @@ package aptly // Version of aptly -const Version = "0.9.7" +const Version = "0.9.8~dev" // Enable debugging features? const EnableDebug = false diff --git a/system/t01_version/VersionTest_gold b/system/t01_version/VersionTest_gold index cde6d207..fe512ad8 100644 --- a/system/t01_version/VersionTest_gold +++ b/system/t01_version/VersionTest_gold @@ -1 +1 @@ -aptly version: 0.9.7 +aptly version: 0.9.8~dev diff --git a/system/t10_task/RunTask1Test_gold b/system/t10_task/RunTask1Test_gold index e8259392..a00a2340 100644 --- a/system/t10_task/RunTask1Test_gold +++ b/system/t10_task/RunTask1Test_gold @@ -21,6 +21,6 @@ End command output: ------------------------------ 4) [Running]: version Begin command output: ---------------------------- -aptly version: 0.9.7 +aptly version: 0.9.8~dev End command output: ------------------------------ diff --git a/system/t12_api/version.py b/system/t12_api/version.py index 670e22d8..fcbb9fc9 100644 --- a/system/t12_api/version.py +++ b/system/t12_api/version.py @@ -7,4 +7,4 @@ class VersionAPITest(APITest): """ def check(self): - self.check_equal(self.get("/api/version").json(), {'Version': '0.9.7'}) + self.check_equal(self.get("/api/version").json(), {'Version': '0.9.8~dev'})