Skip to content

Commit

Permalink
Bump version to 3.5.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Aug 23, 2021
1 parent 8e74e41 commit 18d5234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import Dependencies._
import LiftSbtHelpers._

organization in ThisBuild := "net.liftweb"
version in ThisBuild := "3.5.0-SNAPSHOT"
version in ThisBuild := "3.5.0-RC1"
homepage in ThisBuild := Some(url("http://www.liftweb.net"))
licenses in ThisBuild += ("Apache License, Version 2.0", url("http://www.apache.org/licenses/LICENSE-2.0.txt"))
startYear in ThisBuild := Some(2006)
Expand Down

0 comments on commit 18d5234

Please sign in to comment.