diff --git a/debian/changelog b/debian/changelog index 69a4bb2..2469ae8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -noosfero (0.28.0~1) unstable; urgency=low +noosfero (0.28.0) unstable; urgency=low * Initial Release. diff --git a/lib/noosfero.rb b/lib/noosfero.rb index 8e65efe..20e85fc 100644 --- a/lib/noosfero.rb +++ b/lib/noosfero.rb @@ -1,6 +1,6 @@ module Noosfero PROJECT = 'noosfero' - VERSION = '0.27.1' + VERSION = '0.28.0' def self.pattern_for_controllers_in_directory(dir) disjunction = controllers_in_directory(dir).join('|') -- libgit2 0.21.2