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 2, 2022
1 parent b41724c commit 409fdd8
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,10 +1,10 @@
import Dependencies.dependencies

ThisBuild / version := "0.1.0-RC2-SNAPSHOT"
ThisBuild / version := "0.1.0-RC3"

ThisBuild / scalaVersion := "2.13.8"

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

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

0 comments on commit 409fdd8

Please sign in to comment.