Skip to content

Commit b189220

Browse files
committed
Version bump to 0.4.9
1 parent 0afed00 commit b189220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/boot.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PADRINO_ENV = ENV['PADRINO_ENV'] ||= ENV['RACK_ENV'] ||= 'development' unless defined?(PADRINO_ENV)
22
PADRINO_ROOT = File.expand_path('../..', __FILE__) unless defined?(PADRINO_ROOT)
33

4-
CLOCK_VERSION = '0.4.8'
4+
CLOCK_VERSION = '0.4.9'
55

66
require 'rubygems' unless defined?(Gem)
77
require 'bundler/setup'

0 commit comments

Comments
 (0)