Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Apr 1, 2022
1 parent 4c029d0 commit cba28e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ThisBuild / version := "0.1.0-RC"
ThisBuild / version := "0.1.0-RC2"

ThisBuild / scalaVersion := "2.13.8"

assemblyJarName in assembly := "chi-0.1.0-rc.jar"
assemblyJarName in assembly := "chi-0.1.0-rc2.jar"

lazy val root = (project in file("."))
.settings(
Expand Down

0 comments on commit cba28e3

Please sign in to comment.