Skip to content

Commit 14b0816

Browse files
committed
Version bump to 0.4.7
1 parent f1ce0e2 commit 14b0816

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.6'
4+
CLOCK_VERSION = '0.4.7'
55

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

0 commit comments

Comments
 (0)