Skip to content

Commit

Permalink
Update cassandra cpp driver and libuv versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson1978 committed Nov 12, 2023
1 parent 3808805 commit 520f139
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ilios/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ module Ilios
VERSION = '0.1.0'
public_constant :VERSION

CASSANDRA_CPP_DRIVER_VERSION = '2.17.0'
CASSANDRA_CPP_DRIVER_VERSION = '2.17.1'
public_constant :CASSANDRA_CPP_DRIVER_VERSION

LIBUV_VERSION = '1.46.0'
LIBUV_VERSION = '1.47.0'
public_constant :LIBUV_VERSION
end

0 comments on commit 520f139

Please sign in to comment.