This PR updates the Hive dependency version in the README.md file to reflect the correct pre-release version.
Changes
Changed hive: ^4.0.0 to hive: ^4.0.0-dev.2 in README.md.
Reasoning
The current README.md file suggests using hive: ^4.0.0, which does not include the latest pre-release features available in 4.0.0-dev.2. Updating the documentation to recommend hive: ^4.0.0-dev.2 will help developers access the latest improvements and features.
Testing
No code changes were made, only a documentation update.
Update Hive dependency version in README.md
Description
This PR updates the Hive dependency version in the
README.md
file to reflect the correct pre-release version.Changes
hive: ^4.0.0
tohive: ^4.0.0-dev.2
inREADME.md
.Reasoning
The current
README.md
file suggests usinghive: ^4.0.0
, which does not include the latest pre-release features available in4.0.0-dev.2
. Updating the documentation to recommendhive: ^4.0.0-dev.2
will help developers access the latest improvements and features.Testing
No code changes were made, only a documentation update.