Skip to content

Commit

Permalink
Bump version in launchconfig to 0.13.13-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
dwijnand committed Sep 22, 2016
1 parent 682d91c commit f3434a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/conscript/scalas/launchconfig
Expand Up @@ -4,7 +4,7 @@
[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.13-RC1]}
version: ${sbt.version-read(sbt.version)[0.13.13-RC2]}
class: sbt.ScriptMain
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}
Expand Down
2 changes: 1 addition & 1 deletion src/main/conscript/screpl/launchconfig
Expand Up @@ -4,7 +4,7 @@
[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.13-RC1]}
version: ${sbt.version-read(sbt.version)[0.13.13-RC2]}
class: sbt.ConsoleMain
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}
Expand Down
2 changes: 1 addition & 1 deletion src/main/conscript/xsbt/launchconfig
Expand Up @@ -4,7 +4,7 @@
[app]
org: ${sbt.organization-org.scala-sbt}
name: sbt
version: ${sbt.version-read(sbt.version)[0.13.13-RC1]}
version: ${sbt.version-read(sbt.version)[0.13.13-RC2]}
class: sbt.xMain
components: xsbti,extra
cross-versioned: ${sbt.cross.versioned-false}
Expand Down

0 comments on commit f3434a1

Please sign in to comment.