diff --git a/debian/changelog b/debian/changelog index 3dd70285..bd264baf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +astute (11.0.0-1) unstable; urgency=low + + * Bump version to 11.0.0 + + -- Vladimir Kuklin Thu, 02 Mar 2017 15:49:12 +0300 + astute (10.0.0-1) trusty; urgency=low * Bump version to 10.0 diff --git a/lib/astute/version.rb b/lib/astute/version.rb index 26216077..3555871b 100644 --- a/lib/astute/version.rb +++ b/lib/astute/version.rb @@ -14,7 +14,7 @@ module Astute - VERSION = '10.0.0' + VERSION = '11.0.0' class Versioning def initialize(context) @ctx = context diff --git a/specs/astute.spec b/specs/astute.spec index 3d815bf9..e21b8d11 100644 --- a/specs/astute.spec +++ b/specs/astute.spec @@ -1,5 +1,5 @@ %define rbname astute -%{!?version: %define version 10.0.0} +%{!?version: %define version 11.0.0} %{!?release: %define release 1} %if 0%{?rhel} == 6 %global gem_dir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)