Skip to content

Commit

Permalink
fix bump snapshot version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Oct 7, 2024
1 parent a02b0d6 commit c9810a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ Nightly snapshot:
<dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-core</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</dependency>
<!-- row/arrow format support -->
<!-- <dependency>
<groupId>org.apache.fury</groupId>
<artifactId>fury-format</artifactId>
<version>0.8.0-SNAPSHOT</version>
<version>0.9.0-SNAPSHOT</version>
</dependency> -->
```

Expand Down
2 changes: 1 addition & 1 deletion scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* limitations under the License.
*/

val furyVersion = "0.8.0-SNAPSHOT"
val furyVersion = "0.9.0-SNAPSHOT"
val scala213Version = "2.13.15"
ThisBuild / apacheSonatypeProjectProfile := "fury"
version := furyVersion
Expand Down

0 comments on commit c9810a3

Please sign in to comment.