Skip to content

Commit

Permalink
Bumped version to 0.9.16
Browse files Browse the repository at this point in the history
  • Loading branch information
DAddYE committed Sep 24, 2010
1 parent 41ff2b5 commit 555ee4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rdoc
@@ -1,7 +1,8 @@
= CHANGES

== 0.9.16 (Unreleased)
== 0.9.16

* Fixed problems with admin
* Now only AS > 3.0
* Added padrino-cache
* Added redis backend for padrino-cache
Expand Down
4 changes: 2 additions & 2 deletions padrino-core/lib/padrino-core/version.rb
Expand Up @@ -5,11 +5,11 @@
# without include full padrino core.
#
module Padrino
VERSION = '0.9.15' unless defined?(Padrino::VERSION)
VERSION = '0.9.16' unless defined?(Padrino::VERSION)
##
# Return the current Padrino version
#
def self.version
VERSION
end
end # Padrino
end # Padrino

0 comments on commit 555ee4a

Please sign in to comment.