Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 8671110

Browse files
committed
Update version numbers of api, bootstrap and framework to 3.0.1
1 parent a8e1b8d commit 8671110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ lazy val requirementsGenerator = TaskKey[Unit]("requirementsGenerator")
66
// Convention: majorVersion++ on api signature update (else: minorVersion ++)
77
val majorVersion = 3
88
val minorVersion = 0
9-
val patchVersion = 0
9+
val patchVersion = 1
1010
// The patch version is ignored and only used for the package version
1111
version := s"$majorVersion.$minorVersion.$patchVersion"
1212

0 commit comments

Comments
 (0)