Skip to content

Commit 07eb729

Browse files
committed
bump version
1 parent 2f145b9 commit 07eb729

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/rubycas-server-core/version.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ module Version # :nodoc: all
55

66
MAJOR = 0
77
MINOR = 2
8-
PATCH = 0
9-
TAG = 'alpha'
8+
PATCH = 1
109

11-
STRING = [MAJOR, MINOR, PATCH, TAG].join('.')
10+
STRING = [MAJOR, MINOR, PATCH].join('.')
1211
end
1312
end
1413
end

0 commit comments

Comments
 (0)