Commit a4558a07641c539a58f0c49fb372dff327209147
1 parent
c90cf9e5
Exists in
master
and in
28 other branches
Bumping version 0.44.6
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
debian/changelog
lib/noosfero.rb
@@ -3,7 +3,7 @@ require 'fast_gettext' | @@ -3,7 +3,7 @@ require 'fast_gettext' | ||
3 | 3 | ||
4 | module Noosfero | 4 | module Noosfero |
5 | PROJECT = 'noosfero' | 5 | PROJECT = 'noosfero' |
6 | - VERSION = '0.44.5' | 6 | + VERSION = '0.44.6' |
7 | 7 | ||
8 | def self.pattern_for_controllers_in_directory(dir) | 8 | def self.pattern_for_controllers_in_directory(dir) |
9 | disjunction = controllers_in_directory(dir).join('|') | 9 | disjunction = controllers_in_directory(dir).join('|') |