Change gollum version to 5.0.1b to prevent confusion during development. Closes #1278.

This commit is contained in:
Bart Kamphorst
2018-01-17 16:58:58 +01:00
parent dac91e9998
commit 0b906dd952
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ require 'sanitize'
require File.expand_path('../gollum/uri_encode_component', __FILE__)
module Gollum
VERSION = '4.1.1'
VERSION = '5.0.1b'
def self.assets_path
::File.expand_path('gollum/public', ::File.dirname(__FILE__))