Skip to content

Commit ed014eb

Browse files
committed
Change version number to 2.0.0.rc5
Signed-off-by: Anurag Priyam <anurag08priyam@gmail.com>
1 parent eea6ef7 commit ed014eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sequenceserver (2.0.0.rc4)
4+
sequenceserver (2.0.0.rc5)
55
json_pure (~> 1.8, >= 1.8.2)
66
ox (~> 2.1, >= 2.1.1)
77
sinatra (~> 2.0, >= 2.0.0)

lib/sequenceserver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Define version number.
22
module SequenceServer
3-
VERSION = '2.0.0.rc4'.freeze
3+
VERSION = '2.0.0.rc5'.freeze
44
end

0 commit comments

Comments
 (0)