Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
Release 2.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Nov 8, 2012
1 parent dbb6ce2 commit b08b97b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gollum.gemspec
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = ">= 1.8.7"

s.name = 'gollum'
s.version = '2.3.10'
s.version = '2.3.11'
s.date = '2012-11-07'
s.rubyforge_project = 'gollum'

Expand Down
2 changes: 1 addition & 1 deletion lib/gollum.rb
Expand Up @@ -23,7 +23,7 @@
require File.expand_path('../gollum/frontend/uri_encode_component', __FILE__)

module Gollum
VERSION = '2.3.10'
VERSION = '2.3.11'

def self.assets_path
::File.expand_path('gollum/frontend/public', ::File.dirname(__FILE__))
Expand Down

0 comments on commit b08b97b

Please sign in to comment.